TensorDescriptionOrBuilder

الواجهة العامة TensorDescriptionOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

وصف التخصيص الملخص
الحصول على وصف التخصيص ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
تخصيص مجردة وصف OrBuilder
getAlllocationDescriptionOrBuilder ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
نوع البيانات المجردة
الحصول على نوع ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
كثافة العمليات مجردة
الحصول علىDtypeValue ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
مجردة TensorShapeProto
الحصول على الشكل ()
 Shape of the tensor.
مجردة TensorShapeProtoOrBuilder
منطقية مجردة
لديه تخصيص الوصف ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
منطقية مجردة
الشكل ()
 Shape of the tensor.

الأساليب العامة

وصف التخصيص الملخص العام getAlllocationDescription ()

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

الملخص العام AllocationDescriptionOrBuilder getAlllocationDescriptionOrBuilder ()

 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;