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

tensorflow :: ops :: IdentityReader

#include <io_ops.h>

대기중인 작업을 키와 값으로 출력하는 리더입니다.

요약

사용하려면 대기열에 문자열을 넣습니다. ReaderRead 는 전면 작업 문자열과 출력 (작업, 작업)을 가져옵니다.

인수 :

선택적 속성 ( Attrs 참조) :

  • container : 비어 있지 않은 경우이 리더는 지정된 컨테이너에 배치됩니다. 그렇지 않으면 기본 컨테이너가 사용됩니다.
  • shared_name : 비어 있지 않은 경우이 리더는이 shared_name으로 지정된 버킷에서 이름이 지정됩니다. 그렇지 않으면 노드 이름이 대신 사용됩니다.

보고:

  • Output : 판독기를 참조하는 핸들입니다.

생성자와 소멸자

IdentityReader (const :: tensorflow::Scope & scope)
IdentityReader (const :: tensorflow::Scope & scope, const IdentityReader::Attrs & attrs)

공용 속성

operation
reader_handle

공공 기능

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

공개 정적 함수

Container (StringPiece x)
SharedName (StringPiece x)

구조체

tensorflow :: ops :: IdentityReader :: Attrs

IdentityReader에 대한 선택적 속성 설정자.

공용 속성

조작

Operation operation

reader_handle

::tensorflow::Output reader_handle

공공 기능

IdentityReader

 IdentityReader(
  const ::tensorflow::Scope & scope
)

IdentityReader

 IdentityReader(
  const ::tensorflow::Scope & scope,
  const IdentityReader::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const 

공개 정적 함수

컨테이너

Attrs Container(
  StringPiece x
)

SharedName

Attrs SharedName(
  StringPiece x
)