public static interface Struct.TensorSpecProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataType |
getDtype()
.tensorflow.DataType dtype = 3; |
int |
getDtypeValue()
.tensorflow.DataType dtype = 3; |
java.lang.String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
TensorShapeProto |
getShape()
.tensorflow.TensorShapeProto shape = 2; |
TensorShapeProtoOrBuilder |
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 2; |
boolean |
hasShape()
.tensorflow.TensorShapeProto shape = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
string name = 1;com.google.protobuf.ByteString getNameBytes()
string name = 1;boolean hasShape()
.tensorflow.TensorShapeProto shape = 2;TensorShapeProto getShape()
.tensorflow.TensorShapeProto shape = 2;TensorShapeProtoOrBuilder getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 2;int getDtypeValue()
.tensorflow.DataType dtype = 3;DataType getDtype()
.tensorflow.DataType dtype = 3;