tensorflow::ops::SparseBincount::Attrs
#include <math_ops.h>
Дополнительные атрибуты для SparseBincount.
Краткое описание
| Общедоступные атрибуты | |
|---|---|
binary_output_ = false | bool |
| Общедоступные функции | |
|---|---|
BinaryOutput(bool x) | TF_MUST_USE_RESULT Attrs bool; Указывает, нужно ли ядру подсчитывать появление или количество вхождений. |
Общедоступные атрибуты
binary_output_
bool tensorflow::ops::SparseBincount::Attrs::binary_output_ = false
Общедоступные функции
BinaryOutput
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseBincount::Attrs::BinaryOutput( bool x )
bool; Указывает, нужно ли ядру подсчитывать появление или количество вхождений.
По умолчанию false
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.9/api_docs/cc/struct/tensorflow/ops/sparse-bincount/attrs