W3cubDocs

/TensorFlow C++

tensorflow::ops::DebugIdentity

#include <array_ops.h>

Debug Identity Op.

Summary

Provides an identity mapping of the non-Ref type input tensor for debugging.

Arguments:

  • scope: A Scope object
  • input: Input tensor, non-Reference type.

Optional attributes (see Attrs):

  • tensor_name: Name of the input tensor.
  • debug_urls: List of URLs to debug targets, e.g., file:///foo/tfdbg_dump, grpc:://localhost:11011

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.

Public attributes

output

::tensorflow::Output output

Public functions

DebugIdentity

 DebugIdentity(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input
)

DebugIdentity

 DebugIdentity(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  const DebugIdentity::Attrs & attrs
)

node

::tensorflow::Node * node() const 

operator::tensorflow::Input

operator::tensorflow::Input() const 

operator::tensorflow::Output

operator::tensorflow::Output() const 

Public static functions

DebugUrls

Attrs DebugUrls(
  const gtl::ArraySlice< string > & x
)

TensorName

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