텐서플로우:: 작전:: 전체파일리더

#include <io_ops.h>

파일의 전체 내용을 값으로 출력하는 Reader입니다.

요약

사용하려면 파일 이름을 대기열에 추가하세요. ReaderRead 의 출력은 파일 이름(키)과 해당 파일의 내용(값)입니다.

인수:

선택적 속성( Attrs 참조):

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

보고:

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

생성자와 소멸자

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

공개 속성

operation
reader_handle

공공 기능

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

공개 정적 함수

Container (StringPiece x)
SharedName (StringPiece x)

구조체

텐서플로우:: ops:: WholeFileReader:: Attrs

WholeFileReader 에 대한 선택적 속성 설정자입니다.

공개 속성

작업

Operation operation

리더_핸들

::tensorflow::Output reader_handle

공공 기능

전체파일리더

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

전체파일리더

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

마디

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

공개 정적 함수

컨테이너

Attrs Container(
  StringPiece x
)

공유 이름

Attrs SharedName(
  StringPiece x
)