tensorflow::ops::NextAfter
#include <math_ops.h>
Возвращает следующее представимое значение x1 в направлении x2, поэлементно.
Краткое описание
Данная операция возвращает тот же результат, что и функция C++ std::nextafter.
Также может возвращать субнормализованное число.
(cpp) Эквивалентна функции C++ std::nextafter.
Аргументы:
- scope: Объект Scope
Возвращает:
-
Output: Выходной тензор.
| Конструкторы и деструкторы | |
|---|---|
NextAfter(const ::tensorflow::Scope & scope, ::tensorflow::Input x1, ::tensorflow::Input x2) |
| Общедоступные атрибуты | |
|---|---|
operation | |
output | |
| Общедоступные функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
Общедоступные атрибуты
operation
Operation operation
output
::tensorflow::Output output
Общедоступные функции
NextAfter
NextAfter( const ::tensorflow::Scope & scope, ::tensorflow::Input x1, ::tensorflow::Input x2 )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
© 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/class/tensorflow/ops/next-after