テンソルフロー::作戦::解析シーケンスの例::属性
#include <parsing_ops.h>
ParseSequenceExampleのオプションの属性セッター。
まとめ
パブリック属性 | |
---|---|
Ncontext_dense_ = 0 | int64 |
Ncontext_sparse_ = 0 | int64 |
Nfeature_list_dense_ = 0 | int64 |
Nfeature_list_sparse_ = 0 | int64 |
context_dense_shapes_ = {} | gtl::ArraySlice< PartialTensorShape > |
context_sparse_types_ = {} | DataTypeSlice |
feature_list_dense_shapes_ = {} | gtl::ArraySlice< PartialTensorShape > |
feature_list_dense_types_ = {} | DataTypeSlice |
feature_list_sparse_types_ = {} | DataTypeSlice |
公共機能 | |
---|---|
ContextDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x) | TF_MUST_USE_RESULT Attrs Ncontext_dense シェイプのリスト。 context_dense_keys で指定された各コンテキスト特徴のデータの形状。 |
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 デフォルトは[]です。 |
FeatureListSparseTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs Nfeature_list_sparse タイプのリスト。 feature_list_sparse_keys で指定された各 FeatureList のデータのデータ型。 |
NcontextDense (int64 x) | TF_MUST_USE_RESULT Attrs デフォルトは 0 です。 |
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_dense_
int64 tensorflow::ops::ParseSequenceExample::Attrs::Ncontext_dense_ = 0
Ncontext_sparse_
int64 tensorflow::ops::ParseSequenceExample::Attrs::Ncontext_sparse_ = 0
Nfeature_list_dense_
int64 tensorflow::ops::ParseSequenceExample::Attrs::Nfeature_list_dense_ = 0
Nfeature_list_sparse_
int64 tensorflow::ops::ParseSequenceExample::Attrs::Nfeature_list_sparse_ = 0
context_dense_shapes_
gtl::ArraySlice< PartialTensorShape > tensorflow::ops::ParseSequenceExample::Attrs::context_dense_shapes_ = {}
context_sparse_types_
DataTypeSlice tensorflow::ops::ParseSequenceExample::Attrs::context_sparse_types_ = {}
feature_list_dense_shapes_
gtl::ArraySlice< PartialTensorShape > tensorflow::ops::ParseSequenceExample::Attrs::feature_list_dense_shapes_ = {}
feature_list_dense_types_
DataTypeSlice tensorflow::ops::ParseSequenceExample::Attrs::feature_list_dense_types_ = {}
feature_list_sparse_types_
DataTypeSlice tensorflow::ops::ParseSequenceExample::Attrs::feature_list_sparse_types_ = {}
公共機能
コンテキスト密な形状
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::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] と一致します。
デフォルトは []
ContextSparseTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::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::ParseSequenceExample::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::ParseSequenceExample::Attrs::FeatureListDenseTypes( const DataTypeSlice & x )
デフォルトは[]です。
FeatureListSparseTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::FeatureListSparseTypes( const DataTypeSlice & x )
Nfeature_list_sparse タイプのリスト。 feature_list_sparse_keys で指定された各 FeatureList のデータのデータ型。
現在、 ParseSingleSequenceExample はDT_FLOAT (FloatList)、DT_INT64 (Int64List)、および DT_STRING (BytesList) をサポートしています。
デフォルトは []
NcontextDense
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NcontextDense( int64 x )
デフォルトは 0 です。
NcontextSparse
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NcontextSparse( int64 x )
デフォルトは 0 です。
NfeatureListDense
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NfeatureListDense( int64 x )
デフォルトは 0 です。
NfeatureListSparse
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NfeatureListSparse( int64 x )
デフォルトは 0 です。