public interface TensorInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DataType |
getDtype()
.tensorflow.DataType dtype = 2; |
int |
getDtypeValue()
.tensorflow.DataType dtype = 2; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
TensorShapeProto |
getTensorShape()
.tensorflow.TensorShapeProto tensor_shape = 3; |
TensorShapeProtoOrBuilder |
getTensorShapeOrBuilder()
.tensorflow.TensorShapeProto tensor_shape = 3; |
boolean |
hasTensorShape()
.tensorflow.TensorShapeProto tensor_shape = 3; |
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;
int getDtypeValue()
.tensorflow.DataType dtype = 2;
DataType getDtype()
.tensorflow.DataType dtype = 2;
boolean hasTensorShape()
.tensorflow.TensorShapeProto tensor_shape = 3;
TensorShapeProto getTensorShape()
.tensorflow.TensorShapeProto tensor_shape = 3;
TensorShapeProtoOrBuilder getTensorShapeOrBuilder()
.tensorflow.TensorShapeProto tensor_shape = 3;
Copyright © 2015–2017. All rights reserved.