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
Modifier and TypeMethodDescriptionintgetSlot()int32 slot = 1;.tensorflow.TensorDescription tensor_description = 3;.tensorflow.TensorDescription tensor_description = 3;boolean.tensorflow.TensorDescription tensor_description = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-