टेंसरफ़्लो :: ऑप्स :: ParseSequenceExample :: संलग्न करता है

#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 आकृतियों की एक सूची; प्रत्येक संदर्भ में डेटा की आकृतियाँ संदर्भ_डेंस_की में दी गई विशेषता।
ContextSparseTypes (const DataTypeSlice & x)
TF_MUST_USE_RESULT Attrs
Ncontext_sparse प्रकारों की एक सूची; प्रत्येक संदर्भ में डेटा प्रकार डेटा संदर्भ में दिए गए फ़ीचर_सेपर_कीज़।
FeatureListDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x)
TF_MUST_USE_RESULT Attrs
Nfeature_list_dense आकृतियों की एक सूची; फ़ीचर_लिस्ट_डेंस_कीज़ में दिए गए प्रत्येक फ़ीचरलिस्ट में डेटा की आकृतियाँ।
FeatureListDenseTypes (const DataTypeSlice & x)
TF_MUST_USE_RESULT Attrs
चूक []।
FeatureListSparseTypes (const DataTypeSlice & x)
TF_MUST_USE_RESULT Attrs
Nfeature_list_sparse प्रकारों की एक सूची; फ़ीचर_लिस्ट_सपारसे_कीज़ में दिए गए प्रत्येक फ़ीचरलिस्ट में डेटा प्रकार।
NcontextDense (int64 x)
TF_MUST_USE_RESULT Attrs
चूक ०।
NcontextSparse (int64 x)
TF_MUST_USE_RESULT Attrs
चूक ०।
NfeatureListDense (int64 x)
TF_MUST_USE_RESULT Attrs
चूक ०।
NfeatureListSparse (int64 x)
TF_MUST_USE_RESULT Attrs
चूक ०।

सार्वजनिक विशेषताएँ

Ncontext_dense_

int64 tensorflow::ops::ParseSequenceExample::Attrs::Ncontext_dense_ = 0

Ncontext_sparse_

03581a060

Nfeature_list_dense_

int64 tensorflow::ops::ParseSequenceExample::Attrs::Nfeature_list_dense_ = 0
है

Nfeature_list_sparse_

int64 tensorflow::ops::ParseSequenceExample::Attrs::Nfeature_list_sparse_ = 0

प्रसंग

gtl::ArraySlice< PartialTensorShape > tensorflow::ops::ParseSequenceExample::Attrs::context_dense_shapes_ = {}

संदर्भ_स्पर्श_दीप_

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 आकृतियों की एक सूची; प्रत्येक संदर्भ में डेटा की आकृतियाँ संदर्भ_डेंस_की में दी गई विशेषता।

संदर्भ_डेंस_की [जे] के अनुरूप फ़ीचर में तत्वों की संख्या हमेशा संदर्भ_डेंस_शेन [जे] .NumEntries () के बराबर होनी चाहिए। Reference_dense_values ​​[j] का आकार reference_dense_shapes [j] से मेल खाएगा।

चूक []

संदर्भस्पर्श

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::ContextSparseTypes(
  const DataTypeSlice & x
)

Ncontext_sparse प्रकारों की एक सूची; प्रत्येक संदर्भ में डेटा प्रकार डेटा संदर्भ में दिए गए फ़ीचर_सेपर_कीज़।

वर्तमान में ParseSingleSequenceExample DT_FLOAT (FloatList), DT_INT64 (Int64List) और DT_STRING (बाइट्सलिस्ट) का समर्थन करता है।

चूक []

फ़ीचरलिस्टडेंसैप्स

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::FeatureListDenseShapes(
  const gtl::ArraySlice< PartialTensorShape > & x
)

Nfeature_list_dense आकृतियों की एक सूची; फ़ीचर_लिस्ट_डेंस_कीज़ में दिए गए प्रत्येक फ़ीचरलिस्ट में डेटा की आकृतियाँ।

फ़ीचरलिस्ट में प्रत्येक फ़ीचर का आकार फ़ीचर_लिस्ट_डेंस_की [जे] के अनुरूप है, हमेशा फ़ीचर_लिस्ट_डेंस_शैप्स [जे] .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 प्रकारों की एक सूची; फ़ीचर_लिस्ट_सपारसे_कीज़ में दिए गए प्रत्येक फ़ीचरलिस्ट में डेटा प्रकार।

वर्तमान में ParseSingleSequenceExample DT_FLOAT (FloatList), DT_INT64 (Int64List) और DT_STRING (बाइट्सलिस्ट) का समर्थन करता है।

चूक []

NcontextDense

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NcontextDense(
  int64 x
)

चूक ०।

NcontextSparse

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NcontextSparse(
  int64 x
)

चूक ०।

NfeatureListDense

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NfeatureListDense(
  int64 x
)

चूक ०।

NfeatureListSparse

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NfeatureListSparse(
  int64 x
)

चूक ०।