テンソルフロー::作戦::解析シーケンスの例
#include <parsing_ops.h>
Brain.SequenceExample プロト (文字列として) のベクトルを型付きテンソルに変換します。
まとめ
引数:
- スコープ:スコープオブジェクト
- シリアル化: バイナリでシリアル化された SequenceExample プロトを含むベクトル。
- debug_name: シリアル化されたプロトの名前を含むベクトル。たとえば、対応するシリアル化されたプロトのテーブル キー (記述) 名が含まれる場合があります。これは純粋にデバッグ目的に役立ち、ここに値が存在しても出力には影響しません。名前が使用できない場合は、空のベクトルになることもあります。
- context_dense_defaults: Ncontext_dense テンソルのリスト (一部は空の場合があります)。 context_dense_defaults[j] は、SequenceExample のコンテキスト マップに context_dense_key[j] がない場合のデフォルト値を提供します。 context_dense_defaults[j] に空のTensorが指定されている場合、フィーチャー context_dense_keys[j] が必要です。入力タイプは、空の場合でも context_dense_defaults[j] から推測されます。 context_dense_defaults[j] が空でない場合、その形状は context_dense_shapes[j] と一致する必要があります。
- feature_list_dense_missing_assumed_empty: SequenceExamples に欠落している可能性のある FeatureList キーをリストするベクトル。関連付けられたFeatureListが見つからない場合、それは空として扱われます。デフォルトでは、このベクターにリストされていないすべての FeatureList が SequenceExamples に存在する必要があります。
- context_sparse_keys: Ncontext_sparse 文字列テンソル (スカラー) のリスト。 context_sparse 値に関連付けられた例の機能で期待されるキー。
- context_dense_keys: Ncontext_dense 文字列テンソル (スカラー) のリスト。 SequenceExamples のコンテキスト機能で予期されるキーは、密な値に関連付けられています。
- feature_list_sparse_keys: Nfeature_list_sparse 文字列テンソル (スカラー) のリスト。スパース値に関連付けられたFeatureListで予期されるキー。
- feature_list_dense_keys: Nfeature_list_dense 文字列テンソル (スカラー) のリスト。密な値のリストに関連付けられた SequenceExamples の feature_lists で予期されるキー。
オプションの属性 ( Attrs
を参照):
- context_sparse_types: Ncontext_sparse タイプのリスト。 context_sparse_keys で指定された各コンテキスト特徴のデータのデータ型。現在、 ParseSingleSequenceExample はDT_FLOAT (FloatList)、DT_INT64 (Int64List)、および DT_STRING (BytesList) をサポートしています。
- context_dense_shapes: Ncontext_dense 形状のリスト。 context_dense_keys で指定された各コンテキスト特徴のデータの形状。 context_dense_key[j] に対応するフィーチャー内の要素の数は、常に context_dense_shapes[j].NumEntries() と等しくなければなりません。 context_dense_values[j] の形状は context_dense_shapes[j] と一致します。
- feature_list_sparse_types: Nfeature_list_sparse タイプのリスト。 feature_list_sparse_keys で指定された各 FeatureList のデータのデータ型。現在、 ParseSingleSequenceExample はDT_FLOAT (FloatList)、DT_INT64 (Int64List)、および DT_STRING (BytesList) をサポートしています。
- feature_list_dense_shapes: Nfeature_list_dense 形状のリスト。 feature_list_dense_keys で指定された各 FeatureList 内のデータの形状。 feature_list_dense_key[j] に対応する FeatureList 内の各フィーチャのシェイプは、常に feature_list_dense_shapes[j].NumEntries() と等しくなる必要があります。
戻り値:
-
OutputList
context_sparse_indices -
OutputList
context_sparse_values -
OutputList
context_sparse_shapes -
OutputList
context_dense_values -
OutputList
feature_list_sparse_indices -
OutputList
feature_list_sparse_values -
OutputList
feature_list_sparse_shapes -
OutputList
feature_list_dense_values -
OutputList
feature_list_dense_lengths
コンストラクターとデストラクター | |
---|---|
ParseSequenceExample (const :: tensorflow::Scope & scope, :: tensorflow::Input serialized, :: tensorflow::Input debug_name, :: tensorflow::InputList context_dense_defaults, const gtl::ArraySlice<::tensorflow::tstring > & feature_list_dense_missing_assumed_empty, const gtl::ArraySlice<::tensorflow::tstring > & context_sparse_keys, const gtl::ArraySlice<::tensorflow::tstring > & context_dense_keys, const gtl::ArraySlice<::tensorflow::tstring > & feature_list_sparse_keys, const gtl::ArraySlice<::tensorflow::tstring > & feature_list_dense_keys) | |
ParseSequenceExample (const :: tensorflow::Scope & scope, :: tensorflow::Input serialized, :: tensorflow::Input debug_name, :: tensorflow::InputList context_dense_defaults, const gtl::ArraySlice<::tensorflow::tstring > & feature_list_dense_missing_assumed_empty, const gtl::ArraySlice<::tensorflow::tstring > & context_sparse_keys, const gtl::ArraySlice<::tensorflow::tstring > & context_dense_keys, const gtl::ArraySlice<::tensorflow::tstring > & feature_list_sparse_keys, const gtl::ArraySlice<::tensorflow::tstring > & feature_list_dense_keys, const ParseSequenceExample::Attrs & attrs) |
パブリック静的関数 | |
---|---|
ContextDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x) | |
ContextSparseTypes (const DataTypeSlice & x) | |
FeatureListDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x) | |
FeatureListDenseTypes (const DataTypeSlice & x) | |
FeatureListSparseTypes (const DataTypeSlice & x) | |
NcontextDense (int64 x) | |
NcontextSparse (int64 x) | |
NfeatureListDense (int64 x) | |
NfeatureListSparse (int64 x) |
構造体 | |
---|---|
tensorflow:: ops:: ParseSequenceExample:: Attrs | ParseSequenceExampleのオプションの属性セッター。 |
パブリック属性
context_dense_values
::tensorflow::OutputList context_dense_values
context_sparse_indices
::tensorflow::OutputList context_sparse_indices
context_sparse_shapes
::tensorflow::OutputList context_sparse_shapes
context_sparse_values
::tensorflow::OutputList context_sparse_values
feature_list_dense_lengths
::tensorflow::OutputList feature_list_dense_lengths
feature_list_dense_values
::tensorflow::OutputList feature_list_dense_values
feature_list_sparse_indices
::tensorflow::OutputList feature_list_sparse_indices
feature_list_sparse_shapes
::tensorflow::OutputList feature_list_sparse_shapes
feature_list_sparse_values
::tensorflow::OutputList feature_list_sparse_values
手術
Operation operation
公共機能
解析シーケンスの例
ParseSequenceExample( const ::tensorflow::Scope & scope, ::tensorflow::Input serialized, ::tensorflow::Input debug_name, ::tensorflow::InputList context_dense_defaults, const gtl::ArraySlice<::tensorflow::tstring > & feature_list_dense_missing_assumed_empty, const gtl::ArraySlice<::tensorflow::tstring > & context_sparse_keys, const gtl::ArraySlice<::tensorflow::tstring > & context_dense_keys, const gtl::ArraySlice<::tensorflow::tstring > & feature_list_sparse_keys, const gtl::ArraySlice<::tensorflow::tstring > & feature_list_dense_keys )
解析シーケンスの例
ParseSequenceExample( const ::tensorflow::Scope & scope, ::tensorflow::Input serialized, ::tensorflow::Input debug_name, ::tensorflow::InputList context_dense_defaults, const gtl::ArraySlice<::tensorflow::tstring > & feature_list_dense_missing_assumed_empty, const gtl::ArraySlice<::tensorflow::tstring > & context_sparse_keys, const gtl::ArraySlice<::tensorflow::tstring > & context_dense_keys, const gtl::ArraySlice<::tensorflow::tstring > & feature_list_sparse_keys, const gtl::ArraySlice<::tensorflow::tstring > & feature_list_dense_keys, const ParseSequenceExample::Attrs & attrs )
パブリック静的関数
コンテキスト密な形状
Attrs ContextDenseShapes( const gtl::ArraySlice< PartialTensorShape > & x )
ContextSparseTypes
Attrs ContextSparseTypes( const DataTypeSlice & x )
機能リスト密な形状
Attrs FeatureListDenseShapes( const gtl::ArraySlice< PartialTensorShape > & x )
FeatureListDenseTypes
Attrs FeatureListDenseTypes( const DataTypeSlice & x )
FeatureListSparseTypes
Attrs FeatureListSparseTypes( const DataTypeSlice & x )
NcontextDense
Attrs NcontextDense( int64 x )
NcontextSparse
Attrs NcontextSparse( int64 x )
NfeatureListDense
Attrs NfeatureListDense( int64 x )
NfeatureListSparse
Attrs NfeatureListSparse( int64 x )