텐서플로우:: 작전:: 장벽닫기

#include <data_flow_ops.h>

주어진 장벽을 닫습니다.

요약

이 작업은 지정된 장벽에 더 이상 새 요소가 삽입되지 않음을 나타냅니다. 새 키를 도입하려는 후속 InsertMany는 실패합니다. 기존 요소에 누락된 구성 요소를 추가하는 후속 InsertMany 작업은 계속해서 성공합니다. 장벽에 완료된 요소가 충분히 남아 있으면 후속 TakeMany 작업은 계속 성공합니다. 차단되는 후속 TakeMany 작업은 즉시 실패합니다.

인수:

  • 범위: 범위 개체
  • 핸들: 장벽의 핸들입니다.

선택적 속성( Attrs 참조):

  • cancel_pending_enqueues: true인 경우 장벽 대기열에서 차단된 보류 중인 모든 대기열 추가 요청이 취소됩니다. 새로운 키가 도입되지 않더라도 InsertMany는 실패합니다.

보고:

생성자와 소멸자

BarrierClose (const :: tensorflow::Scope & scope, :: tensorflow::Input handle)
BarrierClose (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, const BarrierClose::Attrs & attrs)

공개 속성

operation

공공 기능

operator::tensorflow::Operation () const

공개 정적 함수

CancelPendingEnqueues (bool x)

구조체

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

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

공개 속성

작업

Operation operation

공공 기능

장벽닫기

 BarrierClose(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle
)

장벽닫기

 BarrierClose(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  const BarrierClose::Attrs & attrs
)

연산자::텐서플로우::작업

 operator::tensorflow::Operation() const 

공개 정적 함수

취소보류 중인 대기열

Attrs CancelPendingEnqueues(
  bool x
)