CompositeTensorVariantToComponents

パブリック最終クラスCompositeTensorVariantToComponents

`variant` スカラー Tensor を `ExtensionType` 値にデコードします。

`CompositeTensorVariant` でエンコードされた Tensor コンポーネントを返します。

`type_spec_proto` が `encoded` の TypeSpec と一致しない場合、エラーが発生します。

パブリックメソッド

リスト<出力<?>>
コンポーネント()
「encoded」の ExtensionType 値のコンポーネント テンソル。
静的CompositeTensorVariantToComponents
create (スコープスコープ、オペランド<?> エンコード、文字列メタデータ、List<Class<?>> Tcomponents)
新しい CompositeTensorVariantToComponents オペレーションをラップするクラスを作成するファクトリ メソッド。
イテレータ<オペランド<オブジェクト>>

継承されたメソッド

パブリックメソッド

public List<出力<?>>コンポーネント()

「encoded」の ExtensionType 値のコンポーネント テンソル。

public static CompositeTensorVariantToComponents create (スコープスコープ、オペランド<?> エンコード、文字列メタデータ、List<Class<?>> Tcomponents)

新しい CompositeTensorVariantToComponents オペレーションをラップするクラスを作成するファクトリ メソッド。

パラメーター
範囲現在のスコープ
エンコードされたエンコードされた ExtensionType 値を含むスカラー `variant` Tensor。
メタデータTypeSpec の文字列シリアル化。 「encoded」に含まれる「TypeSpec」と互換性がある必要があります。 (注: TypeSpec のエンコーディングは TensorFlow の将来のバージョンで変更される可能性があります。)
Tコンポーネントコンポーネントの予期される dtype。
戻り値
  • CompositeTensorVariantToComponents の新しいインスタンス

public Iterator<オペランド<オブジェクト>> iterator ()