tensorflow::ops::NthElement::Attrs
#include <nn_ops.h>
Дополнительные атрибуты-установщики для NthElement.
Summary
| Общедоступные атрибуты | |
|---|---|
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 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/cc/struct/tensorflow/ops/nth-element/attrs