org.tensorflow.framework.InterconnectLinkOrBuilder Maven / Gradle / Ivy
The newest version!
// 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();
}