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
© 2020 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.4/api_docs/cc/struct/tensorflow/ops/nth-element/attrs