เทนเซอร์โฟลว์:: ปฏิบัติการ:: ParseSequenceตัวอย่าง:: คุณสมบัติ
#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 รูปร่างของข้อมูลในแต่ละ FeatureList ที่กำหนดใน Feature_list_dense_keys |
FeatureListDenseTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs ค่าเริ่มต้นเป็น [] |
FeatureListSparseTypes (const DataTypeSlice & x) | TF_MUST_USE_RESULT Attrs รายการประเภท Nfeature_list_sparse ประเภทข้อมูลของข้อมูลในแต่ละ FeatureList ที่กำหนดใน Feature_list_sparse_keys |
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_หนาแน่น_
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
บริบท_หนาแน่น_รูปร่าง_
gtl::ArraySlice< PartialTensorShape > tensorflow::ops::ParseSequenceExample::Attrs::context_dense_shapes_ = {}
บริบท_เบาบาง_ประเภท_
DataTypeSlice tensorflow::ops::ParseSequenceExample::Attrs::context_sparse_types_ = {}
คุณลักษณะ_รายการ_หนาแน่น_รูปร่าง_
gtl::ArraySlice< PartialTensorShape > tensorflow::ops::ParseSequenceExample::Attrs::feature_list_dense_shapes_ = {}
คุณลักษณะ_รายการ_หนาแน่น_ประเภท_
DataTypeSlice tensorflow::ops::ParseSequenceExample::Attrs::feature_list_dense_types_ = {}
Feature_list_sparse_types_
DataTypeSlice tensorflow::ops::ParseSequenceExample::Attrs::feature_list_sparse_types_ = {}
งานสาธารณะ
บริบทDenseShapes
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)
ค่าเริ่มต้นเป็น []
FeatureListDenseShapes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::FeatureListDenseShapes( const gtl::ArraySlice< PartialTensorShape > & x )
รายการรูปร่าง Nfeature_list_dense รูปร่างของข้อมูลในแต่ละ FeatureList ที่กำหนดใน Feature_list_dense_keys
รูปร่างของฟีเจอร์แต่ละรายการใน FeatureList ที่สอดคล้องกับ Feature_list_dense_key[j] จะต้องเท่ากับ 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 ประเภทข้อมูลของข้อมูลในแต่ละ FeatureList ที่กำหนดใน Feature_list_sparse_keys
ปัจจุบัน 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