tensorflow :: ops :: ParseSequenceExample :: Öznitelikler
#include <parsing_ops.h>
ParseSequenceExample için isteğe bağlı öznitelik belirleyiciler.
Özet
Genel özellikler | |
---|---|
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 |
Kamusal işlevler | |
---|---|
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. |
ContextSparseTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs Ncontext_sparse türlerinin listesi; context_sparse_keys içinde verilen her bir bağlamdaki verilerin veri türleri. |
FeatureListDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x) | TF_MUST_USE_RESULT Attrs Nfeature_list_dense şekillerinin listesi; feature_list_dense_keys'de verilen her FeatureList'teki veri şekilleri. |
FeatureListDenseTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs Varsayılan olarak []. |
FeatureListSparseTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs Nfeature_list_sparse türlerinin listesi; feature_list_sparse_keys'de verilen her FeatureList'teki veri veri türleri. |
NcontextDense (int64 x) | TF_MUST_USE_RESULT Attrs Varsayılan 0'dır. |
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_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_ = {}
Kamusal işlevler
ContextDenseShapes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::ContextDenseShapes( const gtl::ArraySlice< PartialTensorShape > & x )
Ncontext_dense şekillerinin listesi; her bağlamdaki verilerin şekilleri, context_dense_keys'de verilen Özellik.
Context_dense_key [j] 'ye karşılık gelen Özellikteki öğe sayısı her zaman context_dense_shapes [j] .NumEntries ()' e eşit olmalıdır. Context_dense_values [j] 'nin şekli, context_dense_shapes [j] ile eşleşecektir.
Varsayılan olarak []
ContextSparseTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::ContextSparseTypes( const DataTypeSlice & x )
Ncontext_sparse türlerinin listesi; context_sparse_keys içinde verilen her bir bağlamdaki verilerin veri türleri.
Şu anda ParseSingleSequenceExample , DT_FLOAT (FloatList), DT_INT64 (Int64List) ve DT_STRING (BytesList) destekler.
Varsayılan olarak []
FeatureListDenseShapes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::FeatureListDenseShapes( const gtl::ArraySlice< PartialTensorShape > & x )
Nfeature_list_dense şekillerinin listesi; feature_list_dense_keys'de verilen her FeatureList'teki veri şekilleri.
Feature_list_dense_key [j] 'ye karşılık gelen FeatureList'teki her Özelliğin şekli her zaman feature_list_dense_shapes [j] .NumEntries ()' e eşit olmalıdır.
Varsayılan olarak []
FeatureListDenseTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::FeatureListDenseTypes( const DataTypeSlice & x )
[] Varsayılanıdır.
FeatureListSparseTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::FeatureListSparseTypes( const DataTypeSlice & x )
Nfeature_list_sparse türlerinin listesi; feature_list_sparse_keys'de verilen her FeatureList'teki veri veri türleri.
Şu anda ParseSingleSequenceExample , DT_FLOAT (FloatList), DT_INT64 (Int64List) ve DT_STRING (BytesList) destekler.
Varsayılan olarak []
NcontextDense
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NcontextDense( int64 x )
Varsayılan 0'dır.
NcontextSparse
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NcontextSparse( int64 x )
Varsayılan 0'dır.
NfeatureListDense
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NfeatureListDense( int64 x )
Varsayılan 0'dır.
NfeatureListSparse
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NfeatureListSparse( int64 x )
Varsayılan 0'dır.