tensorflow::ops::MaxPoolGradGradWithArgmax::Attrs
#include <nn_ops.h>
Дополнительные атрибуты для MaxPoolGradGradWithArgmax.
Краткое описание
| Публичные атрибуты | |
|---|---|
include_batch_in_index_ = false | bool |
| Публичные функции | |
|---|---|
IncludeBatchInIndex(bool x) | TF_MUST_USE_RESULT Attrs Включать ли размерность батча во флаттенированный индекс argmax. |
Публичные атрибуты
include_batch_in_index_
bool tensorflow::ops::MaxPoolGradGradWithArgmax::Attrs::include_batch_in_index_ = false
Публичные функции
IncludeBatchInIndex
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolGradGradWithArgmax::Attrs::IncludeBatchInIndex( bool x )
Включать ли размерность батча во флаттенированный индекс argmax.
По умолчанию 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/max-pool-grad-grad-with-argmax/attrs