tensorflow::ops::NextAfter
#include <math_ops.h>
Возвращает следующее представимое значение x1 в направлении x2, поэлементно.
Summary
Эта операция возвращает тот же результат, что и функция 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
© 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/class/tensorflow/ops/next-after