#include <array_ops.h>
Debug Identity Op.
Provides an identity mapping of the non-Ref type input tensor for debugging.
Arguments:
Optional attributes (see Attrs):
Returns:
| Constructors and Destructors | |
|---|---|
DebugIdentity(const ::tensorflow::Scope & scope, ::tensorflow::Input input) | |
DebugIdentity(const ::tensorflow::Scope & scope, ::tensorflow::Input input, const DebugIdentity::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::DebugIdentity::Attrs | Optional attribute setters for DebugIdentity. |
::tensorflow::Output output
DebugIdentity( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
DebugIdentity( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const DebugIdentity::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-identity.html