tensorflow::ops::NthElement::Attrs
#include <nn_ops.h>
Дополнительные атрибуты для NthElement.
Краткое описание
| Публичные атрибуты | |
|---|---|
reverse_ = false | bool |
| Публичные функции | |
|---|---|
Reverse(bool x) | TF_MUST_USE_RESULT Attrs Если установлено в True, ищется n-й по величине элемент в векторе, и наоборот. |
Публичные атрибуты
reverse_
bool tensorflow::ops::NthElement::Attrs::reverse_ = false
Публичные функции
Reverse
TF_MUST_USE_RESULT Attrs tensorflow::ops::NthElement::Attrs::Reverse( bool x )
Если установлено в True, ищется n-й по величине элемент в векторе, и наоборот.
По умолчанию 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/api_docs/cc/struct/tensorflow/ops/nth-element/attrs