সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
টেনসরফ্লো :: অপস:: পার্স একক অনুক্রম উদাহরণ:: Attrs
#include <parsing_ops.h>
ParseSingleSequenceExample- এর জন্য ঐচ্ছিক অ্যাট্রিবিউট সেটার।
সারাংশ
পাবলিক ফাংশন |
---|
ContextDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x) | Ncontext_dens আকারের একটি তালিকা; প্রতিটি প্রসঙ্গে ডেটার আকার প্রসঙ্গ_ঘন_কী-তে দেওয়া বৈশিষ্ট্য। |
ContextSparseTypes (const DataTypeSlice & x) | Ncontext_sparse প্রকারের একটি তালিকা; context_sparse_keys-এ প্রদত্ত প্রতিটি প্রেক্ষাপটে ডেটার ডেটা প্রকারের বৈশিষ্ট্য। |
FeatureListDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x) | Nfeature_list_dense আকারের একটি তালিকা; বৈশিষ্ট্য_তালিকা_ঘন_কীতে দেওয়া প্রতিটি বৈশিষ্ট্য তালিকার ডেটার আকার। |
FeatureListDenseTypes (const DataTypeSlice & x) | ডিফল্ট থেকে [] |
FeatureListSparseTypes (const DataTypeSlice & x) | Nfeature_list_sparse প্রকারের একটি তালিকা; ফিচার_লিস্ট_স্পার্স_কি-তে দেওয়া প্রতিটি ফিচারলিস্টের ডেটার প্রকার। |
পাবলিক বৈশিষ্ট্য
প্রসঙ্গ_ঘন_আকৃতি_
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_ = {}
বৈশিষ্ট্য_তালিকা_স্পার্স_টাইপস_
DataTypeSlice tensorflow::ops::ParseSingleSequenceExample::Attrs::feature_list_sparse_types_ = {}
পাবলিক ফাংশন
ContextDenseShapes
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSingleSequenceExample::Attrs::ContextDenseShapes(
const gtl::ArraySlice< PartialTensorShape > & x
)
Ncontext_dens আকারের একটি তালিকা; প্রতিটি প্রসঙ্গে ডেটার আকার প্রসঙ্গ_ঘন_কী-তে দেওয়া বৈশিষ্ট্য।
context_dense_key[j] এর সাথে সংশ্লিষ্ট বৈশিষ্ট্যের উপাদানের সংখ্যা সর্বদা সমান context_dense_shapes[j].NumEntries()। context_dense_values[j] এর আকৃতি প্রসঙ্গ_ঘন_আকৃতির [j] সাথে মিলবে।
ডিফল্ট থেকে []
কনটেক্সটস্পার্স টাইপস
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) সমর্থন করে।
ডিফল্ট থেকে []
ফিচারলিস্ট ডেন্সশেপস
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSingleSequenceExample::Attrs::FeatureListDenseShapes(
const gtl::ArraySlice< PartialTensorShape > & x
)
Nfeature_list_dense আকারের একটি তালিকা; বৈশিষ্ট্য_তালিকা_ঘন_কীতে দেওয়া প্রতিটি বৈশিষ্ট্য তালিকার ডেটার আকার।
ফিচারলিস্টের প্রতিটি ফিচারের আকৃতি ফিচার_লিস্ট_ঘন_কী[j]-এর সাথে সঙ্গতিপূর্ণ হতে হবে।
ডিফল্ট থেকে []
ফিচারলিস্টডেন্স টাইপস
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSingleSequenceExample::Attrs::FeatureListDenseTypes(
const DataTypeSlice & x
)
ফিচারলিস্টস্পার্স টাইপস
TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSingleSequenceExample::Attrs::FeatureListSparseTypes(
const DataTypeSlice & x
)
Nfeature_list_sparse প্রকারের একটি তালিকা; ফিচার_লিস্ট_স্পার্স_কি-তে দেওয়া প্রতিটি ফিচারলিস্টের ডেটার প্রকার।
বর্তমানে ParseSingleSequenceExample DT_FLOAT (FloatList), DT_INT64 (Int64List), এবং DT_STRING (BytesList) সমর্থন করে।
ডিফল্ট থেকে []
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# tensorflow::ops::ParseSingleSequenceExample::Attrs Struct Reference\n\ntensorflow::ops::ParseSingleSequenceExample::Attrs\n==================================================\n\n`#include \u003cparsing_ops.h\u003e`\n\nOptional attribute setters for [ParseSingleSequenceExample](/versions/r2.2/api_docs/cc/class/tensorflow/ops/parse-single-sequence-example#classtensorflow_1_1ops_1_1_parse_single_sequence_example).\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|\n| [context_dense_shapes_](#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs_1aad6cf7ae31b934dfd2dc13eb9a0746b1)` = {}` | `gtl::ArraySlice\u003c PartialTensorShape \u003e` |\n| [context_sparse_types_](#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs_1ab4cc9eb58ab4b73d4baa2ee7721925d3)` = {}` | `DataTypeSlice` |\n| [feature_list_dense_shapes_](#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs_1ac0462913f68045800f9892d642a142db)` = {}` | `gtl::ArraySlice\u003c PartialTensorShape \u003e` |\n| [feature_list_dense_types_](#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs_1a09b0af32b56ac1f1b3907fa5fa67383d)` = {}` | `DataTypeSlice` |\n| [feature_list_sparse_types_](#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs_1a60f5d2f4edbff448927f6455c2593173)` = {}` | `DataTypeSlice` |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ContextDenseShapes](#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs_1a9f211888be3f7b9599c57a531ef7cbeb)`(const gtl::ArraySlice\u003c PartialTensorShape \u003e & x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/parse-single-sequence-example/attrs#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs) A list of Ncontext_dense shapes; the shapes of data in each context Feature given in context_dense_keys. |\n| [ContextSparseTypes](#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs_1a02578158d61d785ebfbaa3f88d570ca2)`(const DataTypeSlice & x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/parse-single-sequence-example/attrs#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs) A list of Ncontext_sparse types; the data types of data in each context Feature given in context_sparse_keys. |\n| [FeatureListDenseShapes](#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs_1a6d40ff38a7db6e3596d5fba41580a664)`(const gtl::ArraySlice\u003c PartialTensorShape \u003e & x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/parse-single-sequence-example/attrs#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs) A list of Nfeature_list_dense shapes; the shapes of data in each FeatureList given in feature_list_dense_keys. |\n| [FeatureListDenseTypes](#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs_1ad2db3e1309899be6fbf45b1182c38df5)`(const DataTypeSlice & x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/parse-single-sequence-example/attrs#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs) Defaults to \\[\\]. |\n| [FeatureListSparseTypes](#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs_1a0cff011782eef4d4792b5254c0390b36)`(const DataTypeSlice & x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/parse-single-sequence-example/attrs#structtensorflow_1_1ops_1_1_parse_single_sequence_example_1_1_attrs) A list of Nfeature_list_sparse types; the data types of data in each FeatureList given in feature_list_sparse_keys. |\n\nPublic attributes\n-----------------\n\n### context_dense_shapes_\n\n```scdoc\ngtl::ArraySlice\u003c PartialTensorShape \u003e tensorflow::ops::ParseSingleSequenceExample::Attrs::context_dense_shapes_ = {}\n``` \n\n### context_sparse_types_\n\n```carbon\nDataTypeSlice tensorflow::ops::ParseSingleSequenceExample::Attrs::context_sparse_types_ = {}\n``` \n\n### feature_list_dense_shapes_\n\n```scdoc\ngtl::ArraySlice\u003c PartialTensorShape \u003e tensorflow::ops::ParseSingleSequenceExample::Attrs::feature_list_dense_shapes_ = {}\n``` \n\n### feature_list_dense_types_\n\n```carbon\nDataTypeSlice tensorflow::ops::ParseSingleSequenceExample::Attrs::feature_list_dense_types_ = {}\n``` \n\n### feature_list_sparse_types_\n\n```carbon\nDataTypeSlice tensorflow::ops::ParseSingleSequenceExample::Attrs::feature_list_sparse_types_ = {}\n``` \n\nPublic functions\n----------------\n\n### ContextDenseShapes\n\n```gdscript\nTF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSingleSequenceExample::Attrs::ContextDenseShapes(\n const gtl::ArraySlice\u003c PartialTensorShape \u003e & x\n)\n``` \nA list of Ncontext_dense shapes; the shapes of data in each context Feature given in context_dense_keys.\n\nThe number of elements in the Feature corresponding to context_dense_key\\[j\\] must always equal context_dense_shapes\\[j\\].NumEntries(). The shape of context_dense_values\\[j\\] will match context_dense_shapes\\[j\\].\n\nDefaults to \\[\\] \n\n### ContextSparseTypes\n\n```gdscript\nTF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSingleSequenceExample::Attrs::ContextSparseTypes(\n const DataTypeSlice & x\n)\n``` \nA list of Ncontext_sparse types; the data types of data in each context Feature given in context_sparse_keys.\n\nCurrently the [ParseSingleSequenceExample](/versions/r2.2/api_docs/cc/class/tensorflow/ops/parse-single-sequence-example#classtensorflow_1_1ops_1_1_parse_single_sequence_example) supports DT_FLOAT (FloatList), DT_INT64 (Int64List), and DT_STRING (BytesList).\n\nDefaults to \\[\\] \n\n### FeatureListDenseShapes\n\n```gdscript\nTF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSingleSequenceExample::Attrs::FeatureListDenseShapes(\n const gtl::ArraySlice\u003c PartialTensorShape \u003e & x\n)\n``` \nA list of Nfeature_list_dense shapes; the shapes of data in each FeatureList given in feature_list_dense_keys.\n\nThe shape of each Feature in the FeatureList corresponding to feature_list_dense_key\\[j\\] must always equal feature_list_dense_shapes\\[j\\].NumEntries().\n\nDefaults to \\[\\] \n\n### FeatureListDenseTypes\n\n```gdscript\nTF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSingleSequenceExample::Attrs::FeatureListDenseTypes(\n const DataTypeSlice & x\n)\n``` \nDefaults to \\[\\]. \n\n### FeatureListSparseTypes\n\n```gdscript\nTF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSingleSequenceExample::Attrs::FeatureListSparseTypes(\n const DataTypeSlice & x\n)\n``` \nA list of Nfeature_list_sparse types; the data types of data in each FeatureList given in feature_list_sparse_keys.\n\nCurrently the [ParseSingleSequenceExample](/versions/r2.2/api_docs/cc/class/tensorflow/ops/parse-single-sequence-example#classtensorflow_1_1ops_1_1_parse_single_sequence_example) supports DT_FLOAT (FloatList), DT_INT64 (Int64List), and DT_STRING (BytesList).\n\nDefaults to \\[\\]"]]