tensorflow::
  #include <math_ops.h>
  Returns the next representable value of x1 in the direction of x2, element-wise. 
Summary
This operation returns the same result as the C++ std::nextafter function.
It can also return a subnormal number.
(cpp) Equivalent to C++ std::nextafter function.
Arguments:
- scope: A Scope object
Returns:
- Output: The output tensor.
| Constructors and Destructors | |
|---|---|
| NextAfter(const ::tensorflow::Scope & scope, ::tensorflow::Input x1, ::tensorflow::Input x2) | 
| Public attributes | |
|---|---|
| operation | |
| output | |
| Public functions | |
|---|---|
| node() const  | ::tensorflow::Node * | 
| operator::tensorflow::Input() const  | 
         | 
| operator::tensorflow::Output() const  | 
         | 
Public attributes
operation
Operation operation
output
::tensorflow::Output output
Public functions
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