Google I/O에 참여해 주셔서 감사합니다. 주문형 모든 세션 보기 주문형 시청

tensorflow :: ops :: LoopCond

#include <control_flow_ops.h>

입력을 출력으로 전달합니다.

요약

이 연산자는 루프의 "피벗"스위치가 사용하는 루프 종료 조건을 나타냅니다.

인수 :

보고:

  • Output : input 과 동일한 텐서.

생성자와 소멸자

LoopCond (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

공공 기능

LoopCond

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

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const