Package org.tensorflow.framework
Interface NodeOutputOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeOutput,NodeOutput.Builder
public interface NodeOutputOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetSlot()int32 slot = 1;TensorDescriptiongetTensorDescription().tensorflow.TensorDescription tensor_description = 3;TensorDescriptionOrBuildergetTensorDescriptionOrBuilder().tensorflow.TensorDescription tensor_description = 3;booleanhasTensorDescription().tensorflow.TensorDescription tensor_description = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSlot
int getSlot()
int32 slot = 1;- Returns:
- The slot.
-
hasTensorDescription
boolean hasTensorDescription()
.tensorflow.TensorDescription tensor_description = 3;- Returns:
- Whether the tensorDescription field is set.
-
getTensorDescription
TensorDescription getTensorDescription()
.tensorflow.TensorDescription tensor_description = 3;- Returns:
- The tensorDescription.
-
getTensorDescriptionOrBuilder
TensorDescriptionOrBuilder getTensorDescriptionOrBuilder()
.tensorflow.TensorDescription tensor_description = 3;
-
-