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; |
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, hasOneof
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;
Copyright © 2015–2019. All rights reserved.