텐서플로우:: 작전:: 최대 카운트업

#include <state_ops.h>

'limit'에 도달할 때까지 'ref'를 증가시킵니다.

요약

인수:

  • 범위: 범위 개체
  • ref: 스칼라 Variable 노드에서 가져와야 합니다.
  • 한계: ref를 증가시키면 한계를 초과하는 경우 대신 'OutOfRange' 오류가 생성됩니다.

보고:

  • Output : 증가 전 입력의 복사본입니다. 아무것도 입력을 수정하지 않으면 생성된 값은 모두 고유합니다.

생성자와 소멸자

CountUpTo (const :: tensorflow::Scope & scope, :: tensorflow::Input ref, int64 limit)

공개 속성

operation
output

공공 기능

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

공개 속성

작업

Operation operation

산출

::tensorflow::Output output

공공 기능

최대 카운트업

 CountUpTo(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input ref,
  int64 limit
)

마디

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const