Package org.tensorflow.framework
Interface GraphTransferNodeOutputInfoOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GraphTransferNodeOutputInfo,GraphTransferNodeOutputInfo.Builder
public interface GraphTransferNodeOutputInfoOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaxByteSize(int index)repeated int32 max_byte_size = 2;intgetMaxByteSizeCount()repeated int32 max_byte_size = 2;List<Integer>getMaxByteSizeList()repeated int32 max_byte_size = 2;intgetNodeId()int32 node_id = 1;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNodeId
int getNodeId()
int32 node_id = 1;- Returns:
- The nodeId.
-
getMaxByteSizeList
List<Integer> getMaxByteSizeList()
repeated int32 max_byte_size = 2;- Returns:
- A list containing the maxByteSize.
-
getMaxByteSizeCount
int getMaxByteSizeCount()
repeated int32 max_byte_size = 2;- Returns:
- The count of maxByteSize.
-
getMaxByteSize
int getMaxByteSize(int index)
repeated int32 max_byte_size = 2;- Parameters:
index- The index of the element to return.- Returns:
- The maxByteSize at the given index.
-
-