tensorflow :: ops :: OrderedMapStage
#include <data_flow_ops.h>
순서대로 작동하는 기본 컨테이너의 단계 (키, 값).
요약
연관 컨테이너. 요소는 키별로 정렬됩니다.
인수 :
- 범위 : 범위 개체
- 키 : int64
- values : 텐서 목록 dtypes 삽입 된 값이 준수해야하는 데이터 유형 목록입니다.
선택적 속성 ( Attrs
참조) :
- 용량 : 스테이징 영역의 최대 요소 수. > 0 인 경우 용량에 도달하면 컨테이너의 삽입물이 차단됩니다.
- container : 비어 있지 않은 경우이 큐는 지정된 컨테이너에 배치됩니다. 그렇지 않으면 기본 컨테이너가 사용됩니다.
- shared_name :이 이름을 일치하는 Unstage Op와 일치 시켜야 합니다.
보고:
- 생성 된
Operation
생성자와 소멸자 | |
---|---|
OrderedMapStage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, :: tensorflow::InputList values, const DataTypeSlice & dtypes) | |
OrderedMapStage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, :: tensorflow::InputList values, const DataTypeSlice & dtypes, const OrderedMapStage::Attrs & attrs) |
공용 속성 | |
---|---|
operation |
공공 기능 | |
---|---|
operator::tensorflow::Operation () const |
공개 정적 함수 | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
MemoryLimit (int64 x) | |
SharedName (StringPiece x) |
구조체 | |
---|---|
tensorflow :: ops :: OrderedMapStage :: Attrs | OrderedMapStage에 대한 선택적 속성 설정자. |
공용 속성
조작
Operation operation
공공 기능
OrderedMapStage
OrderedMapStage( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, ::tensorflow::InputList values, const DataTypeSlice & dtypes )
OrderedMapStage
OrderedMapStage( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, ::tensorflow::InputList values, const DataTypeSlice & dtypes, const OrderedMapStage::Attrs & attrs )
operator :: tensorflow :: Operation
operator::tensorflow::Operation() const
공개 정적 함수
생산 능력
Attrs Capacity( int64 x )
컨테이너
Attrs Container( StringPiece x )
MemoryLimit
Attrs MemoryLimit( int64 x )
SharedName
Attrs SharedName( StringPiece x )