텐서플로우:: 작전:: 언스테이지

#include <data_flow_ops.h>

Op는 경량 Dequeue와 유사합니다.

요약

기본 기능은 기능과 옵션이 훨씬 적은 대기열 제거와 유사합니다. 이 작업은 성능에 최적화되어 있습니다.

인수:

보고:

  • OutputList : 값 텐서.

생성자와 소멸자

Unstage (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes)
Unstage (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes, const Unstage::Attrs & attrs)

공개 속성

operation
values

공공 기능

operator[] (size_t index) const

공개 정적 함수

Capacity (int64 x)
Container (StringPiece x)
MemoryLimit (int64 x)
SharedName (StringPiece x)

구조체

tensorflow:: ops:: Unstage:: 속성

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

공개 속성

작업

Operation operation

가치

::tensorflow::OutputList values

공공 기능

언스테이지

 Unstage(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes
)

언스테이지

 Unstage(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes,
  const Unstage::Attrs & attrs
)

운영자[]

::tensorflow::Output operator[](
  size_t index
) const 

공개 정적 함수

용량

Attrs Capacity(
  int64 x
)

컨테이너

Attrs Container(
  StringPiece x
)

메모리 한도

Attrs MemoryLimit(
  int64 x
)

공유 이름

Attrs SharedName(
  StringPiece x
)