TensorDescriptionOrBuilder

パブリック インターフェイスTensorDescriptionOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象的な割り当て説明
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;
抽象整数
getDtypeValue ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
抽象TensorShapeProto
getShape ()
 Shape of the tensor.
抽象TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor.
抽象ブール値
hasAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
抽象ブール値
hasShape ()
 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;

public abstract DataType 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;

public abstract boolean 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;