TensorMetadataOrBuilder

공개 인터페이스 TensorMetadataOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 TensorShapeProto
getTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
추상 TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
.tensorflow.TensorShapeProto tensor_shape = 2;
추상적인 긴
getTensorSizeBytes ()
 Number of uncompressed bytes used to store the tensor representation.
추상 부울
hasTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;

공개 방법

공개 추상 TensorShapeProto getTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;

공개 추상 TensorShapeProtoOrBuilder getTensorShapeOrBuilder ()

.tensorflow.TensorShapeProto tensor_shape = 2;

공개 추상 긴 getTensorSizeBytes ()

 Number of uncompressed bytes used to store the tensor representation.
 
int64 tensor_size_bytes = 3;

공개 추상 부울 hasTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;