เทนเซอร์โฟลว์:: ปฏิบัติการ:: ParseSingleSequenceตัวอย่าง:: คุณสมบัติ
#include <parsing_ops.h>ตัวตั้งค่าแอ็ตทริบิวต์ทางเลือกสำหรับ ParseSingleSequenceExample
สรุป
| คุณลักษณะสาธารณะ | |
|---|---|
| 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 | 
คุณลักษณะสาธารณะ
บริบท_หนาแน่น_รูปร่าง_
gtl::ArraySlice< PartialTensorShape > tensorflow::ops::ParseSingleSequenceExample::Attrs::context_dense_shapes_ = {}บริบท_เบาบาง_ประเภท_
DataTypeSlice tensorflow::ops::ParseSingleSequenceExample::Attrs::context_sparse_types_ = {}
คุณลักษณะ_รายการ_หนาแน่น_รูปร่าง_
gtl::ArraySlice< PartialTensorShape > tensorflow::ops::ParseSingleSequenceExample::Attrs::feature_list_dense_shapes_ = {}คุณลักษณะ_รายการ_หนาแน่น_ประเภท_
DataTypeSlice tensorflow::ops::ParseSingleSequenceExample::Attrs::feature_list_dense_types_ = {}
Feature_list_sparse_types_
DataTypeSlice tensorflow::ops::ParseSingleSequenceExample::Attrs::feature_list_sparse_types_ = {}
งานสาธารณะ
บริบทDenseShapes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSingleSequenceExample::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::ParseSingleSequenceExample::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::ParseSingleSequenceExample::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::ParseSingleSequenceExample::Attrs::FeatureListDenseTypes( const DataTypeSlice & x )
ค่าเริ่มต้นเป็น []
FeatureListSparseTypes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSingleSequenceExample::Attrs::FeatureListSparseTypes( const DataTypeSlice & x )
รายการประเภท Nfeature_list_sparse ประเภทข้อมูลของข้อมูลในแต่ละ FeatureList ที่กำหนดใน Feature_list_sparse_keys
ปัจจุบัน ParseSingleSequenceExample รองรับ DT_FLOAT (FloatList), DT_INT64 (Int64List) และ DT_STRING (BytesList)
ค่าเริ่มต้นเป็น []