#include <array_ops.h>
Debug NaN Value Counter Op.
Counts number of NaNs in the input tensor, for debugging.
Arguments:
Optional attributes (see Attrs
):
Returns:
Output
: An integer output tensor that is the number of NaNs in the input. Constructors and Destructors | |
---|---|
DebugNanCount(const ::tensorflow::Scope & scope, ::tensorflow::Input input) | |
DebugNanCount(const ::tensorflow::Scope & scope, ::tensorflow::Input input, const DebugNanCount::Attrs & attrs) |
Public attributes | |
---|---|
output |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const |
Public static functions | |
---|---|
DebugUrls(const gtl::ArraySlice< string > & x) | |
TensorName(StringPiece x) |
Structs | |
---|---|
tensorflow::ops::DebugNanCount::Attrs | Optional attribute setters for DebugNanCount. |
::tensorflow::Output output
DebugNanCount( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
DebugNanCount( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const DebugNanCount::Attrs & attrs )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Attrs DebugUrls( const gtl::ArraySlice< string > & x )
Attrs TensorName( StringPiece x )
© 2017 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/api_docs/cc/class/tensorflow/ops/debug-nan-count.html