tensorflow:: אופס:: RaggedBincount:: Attrs
#include <math_ops.h>
קובעי תכונות אופציונליים עבור RaggedBincount .
תַקצִיר
תכונות ציבוריות | |
---|---|
binary_output_ = false | bool |
תפקידים ציבוריים | |
---|---|
BinaryOutput (bool x) | TF_MUST_USE_RESULT Attrs bool; האם על הקרנל לספור את המראה או את מספר ההתרחשויות. |
תכונות ציבוריות
פלט_בינארי
bool tensorflow::ops::RaggedBincount::Attrs::binary_output_ = false
תפקידים ציבוריים
פלט בינארי
TF_MUST_USE_RESULT Attrs tensorflow::ops::RaggedBincount::Attrs::BinaryOutput( bool x )
bool; האם על הקרנל לספור את המראה או את מספר ההתרחשויות.
ברירת המחדל ל-false
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[],[],null,["# tensorflow::ops::RaggedBincount::Attrs Struct Reference\n\ntensorflow::ops::RaggedBincount::Attrs\n======================================\n\n`#include \u003cmath_ops.h\u003e`\n\nOptional attribute setters for [RaggedBincount](/versions/r2.3/api_docs/cc/class/tensorflow/ops/ragged-bincount#classtensorflow_1_1ops_1_1_ragged_bincount).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------------------|--------|\n| [binary_output_](#structtensorflow_1_1ops_1_1_ragged_bincount_1_1_attrs_1af3831a5fc2a5bbabe51fbe3c10c0c173)` = false` | `bool` |\n\n| ### Public functions ||\n|---------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [BinaryOutput](#structtensorflow_1_1ops_1_1_ragged_bincount_1_1_attrs_1a1ab77b007fc2e24455cad9b71878edb2)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/ragged-bincount/attrs#structtensorflow_1_1ops_1_1_ragged_bincount_1_1_attrs) bool; Whether the kernel should count the appearance or number of occurrences. |\n\nPublic attributes\n-----------------\n\n### binary_output_\n\n```scdoc\nbool tensorflow::ops::RaggedBincount::Attrs::binary_output_ = false\n``` \n\nPublic functions\n----------------\n\n### BinaryOutput\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::RaggedBincount::Attrs::BinaryOutput(\n bool x\n)\n``` \nbool; Whether the kernel should count the appearance or number of occurrences.\n\nDefaults to false"]]