TensorDescriptionOrBuilder

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

공개 방법

추상 할당 설명
getAllocation설명 ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
추상 AllocationDescriptionOrBuilder
getAllocationDescriptionOrBuilder ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
추상 데이터 유형
getD유형 ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
추상 정수
getDtype값 ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
추상 TensorShapeProto
getShape ()
 Shape of the tensor.
추상 TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor.
추상 부울
hasAllocation설명 ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
추상 부울
해쉬셰이프 ()
 Shape of the tensor.

공개 방법

공개 추상 AllocationDescription getAllocationDescription ()

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;

공개 추상 AllocationDescriptionOrBuilder getAllocationDescriptionOrBuilder ()

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;

공개 추상 데이터 유형 getDtype ()

 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;

공개 추상 int getDtypeValue ()

 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;

공개 추상 TensorShapeProto getShape ()

 Shape of the tensor.
 
.tensorflow.TensorShapeProto shape = 2;

공개 추상 TensorShapeProtoOrBuilder getShapeOrBuilder ()

 Shape of the tensor.
 
.tensorflow.TensorShapeProto shape = 2;

공개 추상 부울 hasAllocationDescription ()

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;

공개 추상 부울 hasShape ()

 Shape of the tensor.
 
.tensorflow.TensorShapeProto shape = 2;