TensorDescription

パブリック最終クラスTensorDescription

Protobuf 型tensorflow.TensorDescription

ネストされたクラス

クラスTensorDescription.Builder Protobuf 型tensorflow.TensorDescription

定数

整数ALLOCATION_DESCRIPTION_FIELD_NUMBER
整数DTYPE_FIELD_NUMBER
整数SHAPE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
割り当ての説明
getAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
割り当ての説明またはビルダー
getAllocationDescriptionOrBuilder ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
静的TensorDescription
テンソルの説明
最終的な静的 com.google.protobuf.Descriptors.Descriptor
データ・タイプ
getDtype ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
整数
getDtypeValue ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
整数
テンソル形状プロト
getShape ()
 Shape of the tensor.
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor.
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
ブール値
hasShape ()
 Shape of the tensor.
整数
最終ブール値
静的TensorDescription.Builder
newBuilder ( TensorDescriptionプロトタイプ)
静的TensorDescription.Builder
TensorDescription.Builder
静的TensorDescription
parseDelimitedFrom (InputStream 入力)
静的TensorDescription
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorDescription
parseFrom (ByteBuffer データ)
静的TensorDescription
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorDescription
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorDescription
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的TensorDescription
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorDescription
parseFrom (com.google.protobuf.ByteString データ)
静的TensorDescription
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorDescription
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
TensorDescription.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数ALLOCATION_DESCRIPTION_FIELD_NUMBER

定数値: 4

パブリック静的最終整数DTYPE_FIELD_NUMBER

定数値: 1

パブリック静的最終整数SHAPE_FIELD_NUMBER

定数値: 2

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public AllocationDescription getAllocationDescription ()

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

public AllocationDescriptionOrBuilder getAllocationDescriptionOrBuilder ()

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

public static TensorDescription getDefaultInstance ()

public TensorDescription getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public DataType getDtype ()

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

public int getDtypeValue ()

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

公共getParserForType ()

public int getSerializedSize ()

public TensorShapeProto getShape ()

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

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

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

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

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

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static TensorDescription.Builder newBuilder ( TensorDescriptionプロトタイプ)

public static TensorDescription.Builder newBuilder ()

public TensorDescription.Builder newBuilderForType ()

public static TensorDescription parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static TensorDescription parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TensorDescription parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static TensorDescription parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TensorDescription parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static TensorDescription parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static TensorDescription parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static TensorDescription parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static TensorDescription parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TensorDescription parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public TensorDescription.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外