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

tensorflow :: ops :: ResourceCountUpTo

#include <state_ops.h>

'제한'에 도달 할 때까지 '자원'이 가리키는 변수를 증가시킵니다.

요약

인수 :

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

보고:

  • Output : 증분 전 입력의 사본. 입력을 수정하는 다른 것이 없으면 생성 된 값은 모두 구별됩니다.

생성자와 소멸자

ResourceCountUpTo (const :: tensorflow::Scope & scope, :: tensorflow::Input resource, int64 limit, DataType T)

공용 속성

operation
output

공공 기능

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

공용 속성

조작

Operation operation

산출

::tensorflow::Output output

공공 기능

ResourceCountUpTo

 ResourceCountUpTo(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input resource,
  int64 limit,
  DataType T
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const