tensorflow :: ops :: 패딩 FIFOQueue
#include <data_flow_ops.h>
선입 선출 순서로 요소를 생성하는 대기열입니다.
요약
모양 속성에서 해당 모양 치수를 0으로 설정하면 가변 크기 모양이 허용됩니다. 이 경우 DequeueMany는 미니 배치에서 주어진 요소의 최대 크기까지 채 웁니다. 자세한 내용은 아래를 참조하십시오.
인수 :
- 범위 : 범위 개체
- component_types : 값에있는 각 구성 요소의 유형입니다.
선택적 속성 ( Attrs
참조) :
- 모양 : 값에있는 각 구성 요소의 모양입니다. 이 속성의 길이는 0이거나 component_types의 길이와 같아야합니다. 모든 모양 차원을 -1로 설정하면 고정 순위의 모양이지만 가변 크기가 허용됩니다. 이 경우 입력의 모양은 주어진 차원에 따라 달라질 수 있으며 DequeueMany는 주어진 배치에있는 모든 요소의 최대 모양까지 0으로 주어진 차원을 채 웁니다. 이 속성의 길이가 0이면 큐 요소마다 순위와 모양이 다를 수 있지만 한 번에 하나의 요소 만 큐에서 제외 될 수 있습니다.
- capacity :이 대기열에있는 요소 수의 상한. 음수는 제한이 없음을 의미합니다.
- container : 비어 있지 않은 경우이 큐는 지정된 컨테이너에 배치됩니다. 그렇지 않으면 기본 컨테이너가 사용됩니다.
- shared_name : 비어 있지 않은 경우이 대기열은 여러 세션에서 주어진 이름으로 공유됩니다.
보고:
-
Output
: 대기열에 대한 핸들입니다.
생성자와 소멸자 | |
---|---|
PaddingFIFOQueue (const :: tensorflow::Scope & scope, const DataTypeSlice & component_types) | |
PaddingFIFOQueue (const :: tensorflow::Scope & scope, const DataTypeSlice & component_types, const PaddingFIFOQueue::Attrs & attrs) |
공용 속성 | |
---|---|
handle | |
operation |
공공 기능 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
공개 정적 함수 | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
Shapes (const gtl::ArraySlice< PartialTensorShape > & x) | |
SharedName (StringPiece x) |
구조체 | |
---|---|
tensorflow :: ops :: PaddingFIFOQueue :: Attrs | PaddingFIFOQueue에 대한 선택적 속성 설정자. |
공용 속성
핸들
::tensorflow::Output handle
조작
Operation operation
공공 기능
패딩 FIFOQueue
PaddingFIFOQueue( const ::tensorflow::Scope & scope, const DataTypeSlice & component_types )
패딩 FIFOQueue
PaddingFIFOQueue( const ::tensorflow::Scope & scope, const DataTypeSlice & component_types, const PaddingFIFOQueue::Attrs & attrs )
마디
::tensorflow::Node * node() const
연산자 :: tensorflow :: 입력
operator::tensorflow::Input() const
연산자 :: tensorflow :: 출력
operator::tensorflow::Output() const
공개 정적 함수
생산 능력
Attrs Capacity( int64 x )
컨테이너
Attrs Container( StringPiece x )
모양
Attrs Shapes( const gtl::ArraySlice< PartialTensorShape > & x )
SharedName
Attrs SharedName( StringPiece x )