org.tensorflow.framework.InterconnectLinkOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/framework/device_attributes.proto
package org.tensorflow.framework;
public interface InterconnectLinkOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.InterconnectLink)
com.google.protobuf.MessageOrBuilder {
/**
* int32 device_id = 1;
*/
int getDeviceId();
/**
* string type = 2;
*/
java.lang.String getType();
/**
* string type = 2;
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* int32 strength = 3;
*/
int getStrength();
}