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

#include <data_flow_ops.h>

Op는 키와 관련된 값을 제거하고 반환합니다.

요약

기본 컨테이너에서. 기본 컨테이너에 이 키가 없으면 해당 키가 포함될 때까지 작업이 차단됩니다.

인수:

보고:

  • OutputList : 값 텐서.

생성자와 소멸자

OrderedMapUnstage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, const DataTypeSlice & dtypes)
OrderedMapUnstage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, const DataTypeSlice & dtypes, const OrderedMapUnstage::Attrs & attrs)

공개 속성

operation
values

공공 기능

operator[] (size_t index) const

공개 정적 함수

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

구조체

tensorflow:: ops:: OrderedMapUnstage:: 속성

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

공개 속성

작업

Operation operation

가치

::tensorflow::OutputList values

공공 기능

OrderedMapUnstage

 OrderedMapUnstage(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input key,
  ::tensorflow::Input indices,
  const DataTypeSlice & dtypes
)

OrderedMapUnstage

 OrderedMapUnstage(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input key,
  ::tensorflow::Input indices,
  const DataTypeSlice & dtypes,
  const OrderedMapUnstage::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
)