텐서플로우:: 작전:: OrderedMapStage

#include <data_flow_ops.h>

순서가 지정된 것처럼 동작하는 기본 컨테이너의 단계 (키, 값)입니다.

요약

연관 컨테이너. 요소는 키별로 정렬됩니다.

인수:

  • 범위: 범위 개체
  • 키: int64
  • 값: 텐서 목록 dtypes 삽입된 값이 준수해야 하는 데이터 유형 목록입니다.

선택적 속성( Attrs 참조):

  • 용량: 준비 영역의 최대 요소 수입니다. > 0인 경우 용량에 도달하면 컨테이너의 삽입이 차단됩니다.
  • 컨테이너: 비어 있지 않은 경우 이 큐는 지정된 컨테이너에 배치됩니다. 그렇지 않으면 기본 컨테이너가 사용됩니다.
  • shared_name: 이 이름을 일치하는 Unstage Op와 일치시켜야 합니다.

보고:

생성자와 소멸자

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)

구조체

텐서플로우:: ops:: OrderedMapStage:: 속성

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() const 

공개 정적 함수

용량

Attrs Capacity(
  int64 x
)

컨테이너

Attrs Container(
  StringPiece x
)

메모리 한도

Attrs MemoryLimit(
  int64 x
)

공유 이름

Attrs SharedName(
  StringPiece x
)