tensorflow::ops::SparseReduceSumSparse::Attrs
#include <sparse_ops.h>
Дополнительные атрибуты для SparseReduceSumSparse.
Краткое описание
| Общедоступные атрибуты | |
|---|---|
keep_dims_ = false | bool |
| Общедоступные функции | |
|---|---|
KeepDims(bool x) | TF_MUST_USE_RESULT Attrs Если true, сохраняются уменьшенные размеры длиной 1. |
Общедоступные атрибуты
keep_dims_
bool tensorflow::ops::SparseReduceSumSparse::Attrs::keep_dims_ = false
Общедоступные функции
KeepDims
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseReduceSumSparse::Attrs::KeepDims( bool x )
Если true, сохраняются уменьшенные размеры длиной 1.
По умолчанию false
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/cc/struct/tensorflow/ops/sparse-reduce-sum-sparse/attrs