TensorMetadata

パブリック最終クラスTensorMetadata

 Metadata for a single tensor in the Snapshot Record.
 
Protobuf 型tensorflow.data.experimental.TensorMetadata

ネストされたクラス

クラスTensorMetadata.Builder
 Metadata for a single tensor in the Snapshot Record. 

定数

整数TENSOR_SHAPE_FIELD_NUMBER
整数TENSOR_SIZE_BYTES_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的TensorMetadata
テンソルメタデータ
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
テンソル形状プロト
getTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
.tensorflow.TensorShapeProto tensor_shape = 2;
長さ
getTensorSizeBytes ()
 Number of uncompressed bytes used to store the tensor representation.
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
整数
最終ブール値
静的TensorMetadata.Builder
静的TensorMetadata.Builder
newBuilder ( TensorMetadataプロトタイプ)
TensorMetadata.Builder
静的TensorMetadata
parseDelimitedFrom (InputStream 入力)
静的TensorMetadata
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorMetadata
parseFrom (ByteBuffer データ)
静的TensorMetadata
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorMetadata
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorMetadata
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的TensorMetadata
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorMetadata
parseFrom (com.google.protobuf.ByteString データ)
静的TensorMetadata
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorMetadata
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
TensorMetadata.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 2

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

定数値: 3

パブリックメソッド

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

public static TensorMetadata getDefaultInstance ()

public TensorMetadata getDefaultInstanceForType ()

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

公共getParserForType ()

public int getSerializedSize ()

public TensorShapeProto getTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorShapeProtoOrBuilder getTensorShapeOrBuilder ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public long getTensorSizeBytes ()

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

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

public boolean hasTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public int hashCode ()

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

public static TensorMetadata.Builder newBuilder ()

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

public TensorMetadata.Builder newBuilderForType ()

public static TensorMetadata parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static TensorMetadata parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public TensorMetadata.Builder toBuilder ()

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

投げる
IO例外