Package org.tensorflow.framework
Interface GraphTransferNodeInfoOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GraphTransferNodeInfo,GraphTransferNodeInfo.Builder
public interface GraphTransferNodeInfoOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetInputCount()int32 input_count = 6;StringgetName()string name = 1;org.nd4j.shade.protobuf.ByteStringgetNameBytes()string name = 1;intgetNodeId()int32 node_id = 2;intgetOutputCount()int32 output_count = 7;intgetPaddingId()int32 padding_id = 5;intgetSocOpId()int32 soc_op_id = 4;StringgetTypeName()string type_name = 3;org.nd4j.shade.protobuf.ByteStringgetTypeNameBytes()string type_name = 3;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
org.nd4j.shade.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
getNodeId
int getNodeId()
int32 node_id = 2;- Returns:
- The nodeId.
-
getTypeName
String getTypeName()
string type_name = 3;- Returns:
- The typeName.
-
getTypeNameBytes
org.nd4j.shade.protobuf.ByteString getTypeNameBytes()
string type_name = 3;- Returns:
- The bytes for typeName.
-
getSocOpId
int getSocOpId()
int32 soc_op_id = 4;- Returns:
- The socOpId.
-
getPaddingId
int getPaddingId()
int32 padding_id = 5;- Returns:
- The paddingId.
-
getInputCount
int getInputCount()
int32 input_count = 6;- Returns:
- The inputCount.
-
getOutputCount
int getOutputCount()
int32 output_count = 7;- Returns:
- The outputCount.
-
-