tensorflow::ops::DebugGradientIdentity
#include <array_ops.h>
Identity op for gradient debugging.
Summary
This op is hidden from public in Python. It is used by TensorFlow Debugger to register gradient tensors for gradient debugging. This op operates on non-reference-type tensors.
Args:
- scope: A Scope object
Returns:
Output
: The output tensor.
Constructors and Destructors | |
---|---|
DebugGradientIdentity(const ::tensorflow::Scope & scope, ::tensorflow::Input input) |
Public attributes | |
---|---|
operation | |
output |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const |
|
operator::tensorflow::Output() const |
|