Package org.tensorflow.framework
Interface SerializedDTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SerializedDType,SerializedDType.Builder
public interface SerializedDTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.tensorflow.DataType datatype = 1;int.tensorflow.DataType datatype = 1;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
-
getDatatypeValue
int getDatatypeValue().tensorflow.DataType datatype = 1;- Returns:
- The enum numeric value on the wire for datatype.
-
getDatatype
DataType getDatatype().tensorflow.DataType datatype = 1;- Returns:
- The datatype.
-