Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
flux tensoriel : : opérations : : RaggedBincount : : Attributs
#include <math_ops.h>
Setters d'attributs facultatifs pour RaggedBincount .
Résumé
Fonctions publiques |
---|
BinaryOutput (bool x) | booléen ; Indique si le noyau doit compter l'apparition ou le nombre d'occurrences. |
Attributs publics
sortie_binaire_
bool tensorflow::ops::RaggedBincount::Attrs::binary_output_ = false
Fonctions publiques
Sortie binaire
TF_MUST_USE_RESULT Attrs tensorflow::ops::RaggedBincount::Attrs::BinaryOutput(
bool x
)
booléen ; Indique si le noyau doit compter l'apparition ou le nombre d'occurrences.
La valeur par défaut est false
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[null,null,["Dernière mise à jour le 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"]]