パブリック最終クラスVariantTensorDataProto
Protocol buffer representing the serialization format of DT_VARIANT tensors.
tensorflow.VariantTensorDataProto ネストされたクラス
| クラス | VariantTensorDataProto.Builder | Protocol buffer representing the serialization format of DT_VARIANT tensors. | |
定数
| 整数 | METADATA_FIELD_NUMBER | |
| 整数 | TENSORS_FIELD_NUMBER | |
| 整数 | TYPE_NAME_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 静的VariantTensorDataProto | |
| VariantTensorDataProto | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.ByteString | getメタデータ() Portions of the object that are not Tensors. |
| 整数 | |
| テンソルプロト | getTensors (int インデックス) Tensors contained within objects being serialized. |
| 整数 | getTensorsCount () Tensors contained within objects being serialized. |
| リスト< TensorProto > | getTensorsList () Tensors contained within objects being serialized. |
| TensorProtoOrBuilder | getTensorsOrBuilder (int インデックス) Tensors contained within objects being serialized. |
| リスト<? TensorProtoOrBuilder を拡張する > | getTensorsOrBuilderList () Tensors contained within objects being serialized. |
| 弦 | getTypeName () Name of the type of objects being serialized. |
| com.google.protobuf.ByteString | getTypeNameBytes () Name of the type of objects being serialized. |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的VariantTensorDataProto.Builder | newBuilder ( VariantTensorDataProtoプロトタイプ) |
| 静的VariantTensorDataProto.Builder | newBuilder () |
| VariantTensorDataProto.Builder | |
| 静的VariantTensorDataProto | parseDelimitedFrom (InputStream 入力) |
| 静的VariantTensorDataProto | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的VariantTensorDataProto | parseFrom (ByteBuffer データ) |
| 静的VariantTensorDataProto | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的VariantTensorDataProto | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的VariantTensorDataProto | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的VariantTensorDataProto | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的VariantTensorDataProto | parseFrom (com.google.protobuf.ByteString データ) |
| 静的VariantTensorDataProto | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的VariantTensorDataProto | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| VariantTensorDataProto.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数METADATA_FIELD_NUMBER
定数値: 2
パブリック静的最終整数TENSORS_FIELD_NUMBER
定数値: 3
パブリック静的最終整数TYPE_NAME_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.ByteString getMetadata ()
Portions of the object that are not Tensors.
bytes metadata = 2; 公共 getParserForType ()
public int getSerializedSize ()
public TensorProto getTensors (int インデックス)
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; public int getTensorsCount ()
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; public List< TensorProto > getTensorsList ()
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; public TensorProtoOrBuilder getTensorsOrBuilder (int インデックス)
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; 公開リスト<? extends TensorProtoOrBuilder > getTensorsOrBuilderList ()
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; public String getTypeName ()
Name of the type of objects being serialized.
string type_name = 1; public com.google.protobuf.ByteString getTypeNameBytes ()
Name of the type of objects being serialized.
string type_name = 1; public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static VariantTensorDataProto parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static VariantTensorDataProto parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static VariantTensorDataProto parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static VariantTensorDataProto parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static VariantTensorDataProto parseFrom (com.google.protobuf.ByteString データ)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static VariantTensorDataProto parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static VariantTensorDataProto parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|