تدفق التوتر:: العمليات:: 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. |
FeatureListDenseTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs الإعدادات الافتراضية إلى []. |
FeatureListRaggedSplitTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs RaggedTensor.row_split dtypes لميزات قائمة الميزات الممزقة. |
FeatureListRaggedValueTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs أنواع RaggedTensor.value dtypes لميزات قائمة الميزات المتعرجة. |
FeatureListSparseTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs قائمة بأنواع Nfeature_list_sparse؛ أنواع البيانات الموجودة في كل قائمة ميزات موجودة في feature_list_sparse_keys. |
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_ = {}
الوظائف العامة
ContextDenseShapes
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].
الإعدادات الافتراضية إلى []
contextRaggedSplitTypes
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 لميزات السياق المتعرج.
الإعدادات الافتراضية إلى []
أنواع السياق
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).
الإعدادات الافتراضية إلى []
قائمة المميزاتDenseShapes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListDenseShapes( const gtl::ArraySlice< PartialTensorShape > & x )
قائمة بالأشكال Nfeature_list_dense؛ أشكال البيانات في كل قائمة ميزات موجودة في feature_list_dense_keys.
يجب أن يكون شكل كل ميزة في قائمة الميزات المقابلة لـ feature_list_dense_key[j] مساويًا دائمًا لـ feature_list_dense_shapes[j].NumEntries().
الإعدادات الافتراضية إلى []
FeaturesListDenseTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListDenseTypes( const DataTypeSlice & x )
الإعدادات الافتراضية إلى [].
FeaturesListRaggedSplitTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListRaggedSplitTypes( const DataTypeSlice & x )
RaggedTensor.row_split dtypes لميزات قائمة الميزات الممزقة.
الإعدادات الافتراضية إلى []
FeaturesListRaggedValueTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListRaggedValueTypes( const DataTypeSlice & x )
أنواع RaggedTensor.value dtypes لميزات قائمة الميزات المتعرجة.
الإعدادات الافتراضية إلى []
قائمة الميزاتSparseTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListSparseTypes( const DataTypeSlice & x )
قائمة بأنواع Nfeature_list_sparse؛ أنواع البيانات الموجودة في كل قائمة ميزات موجودة في feature_list_sparse_keys.
يدعم 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.