tensör akışı:: işlem:: Ayrıştırma Sırası ÖrneğiV2:: Öznitelikler
#include <parsing_ops.h>
ParseSequenceExampleV2 için isteğe bağlı öznitelik ayarlayıcılar.
Özet
Genel özellikler | |
---|---|
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 |
Kamu işlevleri | |
---|---|
ContextDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x) | TF_MUST_USE_RESULT Attrs Ncontext_dense şekillerinin listesi; her bağlamdaki verilerin şekilleri context_dense_keys'de verilen özellik. |
ContextRaggedSplitTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs Düzensiz bağlam özellikleri için RaggedTensor.row_split türleri. |
ContextRaggedValueTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs Düzensiz bağlam özellikleri için RaggedTensor.value türleri. |
ContextSparseTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs Ncontext_sparse türlerinin listesi; her bağlamdaki verilerin veri türleri context_sparse_keys'de verilen özellik. |
FeatureListDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x) | TF_MUST_USE_RESULT Attrs Nfeature_list_dense şekillerinin listesi; feature_list_dense_keys'de verilen her Özellik Listesindeki verilerin şekilleri. |
FeatureListDenseTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs Varsayılan olarak [] şeklindedir. |
FeatureListRaggedSplitTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs Düzensiz FeatureList özellikleri için RaggedTensor.row_split türleri. |
FeatureListRaggedValueTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs RaggedFeatureList özellikleri için RaggedTensor.value dtypes. |
FeatureListSparseTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs Nfeature_list_sparse türlerinin listesi; feature_list_sparse_keys'de verilen her bir Özellik Listesindeki verilerin veri türleri. |
NcontextSparse (int64 x) | TF_MUST_USE_RESULT Attrs Varsayılan 0'dır. |
NfeatureListDense (int64 x) | TF_MUST_USE_RESULT Attrs Varsayılan 0'dır. |
NfeatureListSparse (int64 x) | TF_MUST_USE_RESULT Attrs Varsayılan 0'dır. |
Genel özellikler
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_ = {}
Kamu işlevleri
BağlamYoğunŞekiller
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::ContextDenseShapes( const gtl::ArraySlice< PartialTensorShape > & x )
Ncontext_dense şekillerinin listesi; her bağlamdaki verilerin şekilleri context_dense_keys'de verilen özellik.
Özellikteki context_dense_key[j]'ye karşılık gelen öğelerin sayısı her zaman context_dense_shapes[j].NumEntries()'a eşit olmalıdır. context_dense_values[j]'nin şekli context_dense_shapes[j] ile eşleşecektir.
Varsayılan olarak []
BağlamRaggedSplitTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::ContextRaggedSplitTypes( const DataTypeSlice & x )
Düzensiz bağlam özellikleri için RaggedTensor.row_split türleri.
Varsayılan olarak []
BağlamRaggedValueTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::ContextRaggedValueTypes( const DataTypeSlice & x )
Düzensiz bağlam özellikleri için RaggedTensor.value türleri.
Varsayılan olarak []
BağlamSparseTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::ContextSparseTypes( const DataTypeSlice & x )
Ncontext_sparse türlerinin listesi; her bağlamdaki verilerin veri türleri context_sparse_keys'de verilen özellik.
Şu anda ParseSingleSequenceExample, DT_FLOAT (FloatList), DT_INT64 (Int64List) ve DT_STRING'i (BytesList) desteklemektedir.
Varsayılan olarak []
Özellik ListesiYoğunŞekiller
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListDenseShapes( const gtl::ArraySlice< PartialTensorShape > & x )
Nfeature_list_dense şekillerinin listesi; feature_list_dense_keys'de verilen her Özellik Listesindeki verilerin şekilleri.
feature_list_dense_key[j]'ye karşılık gelenFeatureList'teki her Özelliğin şekli her zaman feature_list_dense_shapes[j].NumEntries()'a eşit olmalıdır.
Varsayılan olarak []
Özellik ListesiYoğun Türler
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListDenseTypes( const DataTypeSlice & x )
Varsayılan olarak [] şeklindedir.
Özellik ListesiRaggedSplitTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListRaggedSplitTypes( const DataTypeSlice & x )
Düzensiz FeatureList özellikleri için RaggedTensor.row_split türleri.
Varsayılan olarak []
Özellik ListesiRaggedValueTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListRaggedValueTypes( const DataTypeSlice & x )
RaggedFeatureList özellikleri için RaggedTensor.value dtypes.
Varsayılan olarak []
Özellik ListesiSparseTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListSparseTypes( const DataTypeSlice & x )
Nfeature_list_sparse türlerinin listesi; feature_list_sparse_keys'de verilen her bir Özellik Listesindeki verilerin veri türleri.
Şu anda ParseSingleSequenceExample, DT_FLOAT (FloatList), DT_INT64 (Int64List) ve DT_STRING'i (BytesList) desteklemektedir.
Varsayılan olarak []
NcontextSparse
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::NcontextSparse( int64 x )
Varsayılan 0'dır.
NfeatureListDense
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::NfeatureListDense( int64 x )
Varsayılan 0'dır.
NfeatureListSparse
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::NfeatureListSparse( int64 x )
Varsayılan 0'dır.