テンソルフロー::作戦:: ParseSequenceExampleV2::属性
#include <parsing_ops.h>
ParseSequenceExampleV2のオプションの属性セッター。
まとめ
パブリック属性 | |
---|---|
Ncontext_sparse_ = 0 | int64 |
Nfeature_list_dense_ = 0 | int64 |
Nfeature_list_sparse_ = 0 | int64 |
context_dense_shapes_ = {} | gtl::ArraySlice< PartialTensorShape > |
context_ragged_split_types_ = {} | DataTypeSlice |
context_ragged_value_types_ = {} | DataTypeSlice |
context_sparse_types_ = {} | DataTypeSlice |
feature_list_dense_shapes_ = {} | gtl::ArraySlice< PartialTensorShape > |
feature_list_dense_types_ = {} | DataTypeSlice |
feature_list_ragged_split_types_ = {} | DataTypeSlice |
feature_list_ragged_value_types_ = {} | DataTypeSlice |
feature_list_sparse_types_ = {} | DataTypeSlice |
公共機能 | |
---|---|
ContextDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x) | TF_MUST_USE_RESULT Attrs Ncontext_dense シェイプのリスト。 context_dense_keys で指定された各コンテキスト特徴のデータの形状。 |
ContextRaggedSplitTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs 不規則なコンテキスト機能の RaggedTensor.row_split dtypes。 |
ContextRaggedValueTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs RaggedTensor.value 不規則コンテキスト機能の dtypes。 |
ContextSparseTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs Ncontext_sparse タイプのリスト。 context_sparse_keys で指定された各コンテキスト特徴のデータのデータ型。 |
FeatureListDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x) | TF_MUST_USE_RESULT Attrs Nfeature_list_dense シェイプのリスト。 feature_list_dense_keys で指定された各 FeatureList 内のデータの形状。 |
FeatureListDenseTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs デフォルトは[]です。 |
FeatureListRaggedSplitTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs 不規則な FeatureList 特徴の RaggedTensor.row_split dtypes。 |
FeatureListRaggedValueTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs 不規則な FeatureList 特徴の RaggedTensor.value dtype。 |
FeatureListSparseTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs Nfeature_list_sparse タイプのリスト。 feature_list_sparse_keys で指定された各 FeatureList のデータのデータ型。 |
NcontextSparse (int64 x) | TF_MUST_USE_RESULT Attrs デフォルトは 0 です。 |
NfeatureListDense (int64 x) | TF_MUST_USE_RESULT Attrs デフォルトは 0 です。 |
NfeatureListSparse (int64 x) | TF_MUST_USE_RESULT Attrs デフォルトは 0 です。 |
パブリック属性
Ncontext_sparse_
int64 tensorflow::ops::ParseSequenceExampleV2::Attrs::Ncontext_sparse_ = 0
Nfeature_list_dense_
int64 tensorflow::ops::ParseSequenceExampleV2::Attrs::Nfeature_list_dense_ = 0
Nfeature_list_sparse_
int64 tensorflow::ops::ParseSequenceExampleV2::Attrs::Nfeature_list_sparse_ = 0
context_dense_shapes_
gtl::ArraySlice< PartialTensorShape > tensorflow::ops::ParseSequenceExampleV2::Attrs::context_dense_shapes_ = {}
context_ragged_split_types_
DataTypeSlice tensorflow::ops::ParseSequenceExampleV2::Attrs::context_ragged_split_types_ = {}
context_ragged_value_types_
DataTypeSlice tensorflow::ops::ParseSequenceExampleV2::Attrs::context_ragged_value_types_ = {}
context_sparse_types_
DataTypeSlice tensorflow::ops::ParseSequenceExampleV2::Attrs::context_sparse_types_ = {}
feature_list_dense_shapes_
gtl::ArraySlice< PartialTensorShape > tensorflow::ops::ParseSequenceExampleV2::Attrs::feature_list_dense_shapes_ = {}
feature_list_dense_types_
DataTypeSlice tensorflow::ops::ParseSequenceExampleV2::Attrs::feature_list_dense_types_ = {}
feature_list_ragged_split_types_
DataTypeSlice tensorflow::ops::ParseSequenceExampleV2::Attrs::feature_list_ragged_split_types_ = {}
feature_list_ragged_value_types_
DataTypeSlice tensorflow::ops::ParseSequenceExampleV2::Attrs::feature_list_ragged_value_types_ = {}
feature_list_sparse_types_
DataTypeSlice tensorflow::ops::ParseSequenceExampleV2::Attrs::feature_list_sparse_types_ = {}
公共機能
コンテキスト密な形状
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::ContextDenseShapes( const gtl::ArraySlice< PartialTensorShape > & x )
Ncontext_dense シェイプのリスト。 context_dense_keys で指定された各コンテキスト特徴のデータの形状。
context_dense_key[j] に対応するフィーチャー内の要素の数は、常に context_dense_shapes[j].NumEntries() と等しくなければなりません。 context_dense_values[j] の形状は context_dense_shapes[j] と一致します。
デフォルトは []
コンテキスト不規則な分割タイプ
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::ContextRaggedSplitTypes( const DataTypeSlice & x )
不規則なコンテキスト機能の RaggedTensor.row_split dtypes。
デフォルトは []
ContextRaggedValueTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::ContextRaggedValueTypes( const DataTypeSlice & x )
RaggedTensor.value 不規則コンテキスト機能の dtypes。
デフォルトは []
ContextSparseTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::ContextSparseTypes( const DataTypeSlice & x )
Ncontext_sparse タイプのリスト。 context_sparse_keys で指定された各コンテキスト特徴のデータのデータ型。
現在、 ParseSingleSequenceExample はDT_FLOAT (FloatList)、DT_INT64 (Int64List)、および DT_STRING (BytesList) をサポートしています。
デフォルトは []
機能リスト密な形状
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListDenseShapes( const gtl::ArraySlice< PartialTensorShape > & x )
Nfeature_list_dense シェイプのリスト。 feature_list_dense_keys で指定された各 FeatureList 内のデータの形状。
feature_list_dense_key[j] に対応する FeatureList 内の各フィーチャのシェイプは、常に feature_list_dense_shapes[j].NumEntries() と等しくなる必要があります。
デフォルトは []
FeatureListDenseTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListDenseTypes( const DataTypeSlice & x )
デフォルトは[]です。
機能リストRaggedSplitTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListRaggedSplitTypes( const DataTypeSlice & x )
不規則な FeatureList 特徴の RaggedTensor.row_split dtypes。
デフォルトは []
機能リストRaggedValueTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListRaggedValueTypes( const DataTypeSlice & x )
不規則な FeatureList 特徴の RaggedTensor.value dtype。
デフォルトは []
FeatureListSparseTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListSparseTypes( const DataTypeSlice & x )
Nfeature_list_sparse タイプのリスト。 feature_list_sparse_keys で指定された各 FeatureList のデータのデータ型。
現在、 ParseSingleSequenceExample はDT_FLOAT (FloatList)、DT_INT64 (Int64List)、および DT_STRING (BytesList) をサポートしています。
デフォルトは []
NcontextSparse
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::NcontextSparse( int64 x )
デフォルトは 0 です。
NfeatureListDense
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::NfeatureListDense( int64 x )
デフォルトは 0 です。
NfeatureListSparse
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::NfeatureListSparse( int64 x )
デフォルトは 0 です。