텐서플로우:: 작전:: 디버그그라디언트 ID

#include <array_ops.h>

그래디언트 디버깅을 위한 ID 작업입니다.

요약

이 작업은 Python에서 공개적으로 숨겨져 있습니다. 이는 TensorFlow Debugger에서 그래디언트 디버깅을 위해 그래디언트 텐서를 등록하는 데 사용됩니다. 이 작업은 참조 유형이 아닌 텐서에서 작동합니다.

인수:

보고:

생성자와 소멸자

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

공개 속성

operation
output

공공 기능

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

공개 속성

작업

Operation operation

산출

::tensorflow::Output output

공공 기능

디버그그라디언트 ID

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

마디

::tensorflow::Node * node() const 

연산자::텐서플로우::입력

 operator::tensorflow::Input() const 

연산자::텐서플로우::출력

 operator::tensorflow::Output() const