tensorflow :: ops :: DestroyTemporaryVariable

#include <state_ops.h>

임시 변수를 파괴하고 최종 값을 반환합니다.

요약

출력을 'ref'가 가리키는 Tensor 값으로 설정 한 다음 'var_name'이라는 임시 변수를 삭제합니다. 'ref'의 다른 모든 사용은이 작업 전에 실행 되어야합니다 . 이는 일반적으로 각 할당 작업을 통해 참조를 연결하거나 제어 종속성을 사용하여 수행됩니다.

'ref'가 가리키는 텐서의 최종 값을 출력합니다.

인수 :

  • 범위 : 범위 개체
  • ref : 임시 변수 텐서에 대한 참조.
  • var_name : 임시 변수의 이름, 일반적으로 일치하는 ' TemporaryVariable'op 의 이름입니다.

보고:

생성자와 소멸자

DestroyTemporaryVariable (const :: tensorflow::Scope & scope, :: tensorflow::Input ref, StringPiece var_name)

공용 속성

operation
value

공공 기능

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

공용 속성

조작

Operation operation

::tensorflow::Output value

공공 기능

DestroyTemporaryVariable

 DestroyTemporaryVariable(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input ref,
  StringPiece var_name
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const