tensorflow :: ops :: 대기열 닫기
#include <data_flow_ops.h>
주어진 큐를 닫습니다.
요약
이 작업은 더 이상 요소가 주어진 대기열에 추가되지 않음을 나타냅니다. 후속 대기열에 넣기 (많은) 작업이 실패합니다. 대기열에 충분한 요소가 남아 있으면 후속 대기열에서 빼기 (다수) 작업이 계속 성공합니다. 차단되는 후속 대기열 제거 (다수) 작업은 즉시 실패합니다.
인수 :
- 범위 : 범위 개체
- handle : 대기열에 대한 핸들입니다.
선택적 속성 ( Attrs
참조) :
- cancel_pending_enqueues : true 인 경우 지정된 대기열에서 차단 된 모든 보류중인 대기열에 넣기 요청이 취소됩니다.
보고:
- 생성 된
Operation
생성자와 소멸자 | |
---|---|
QueueClose (const :: tensorflow::Scope & scope, :: tensorflow::Input handle) | |
QueueClose (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, const QueueClose::Attrs & attrs) |
공용 속성 | |
---|---|
operation |
공공 기능 | |
---|---|
operator::tensorflow::Operation () const |
공개 정적 함수 | |
---|---|
CancelPendingEnqueues (bool x) |
구조체 | |
---|---|
tensorflow :: ops :: QueueClose :: Attrs | QueueClose에 대한 선택적 속성 설정자. |
공용 속성
조작
Operation operation
공공 기능
대기열 닫기
QueueClose( const ::tensorflow::Scope & scope, ::tensorflow::Input handle )
대기열 닫기
QueueClose( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, const QueueClose::Attrs & attrs )
operator :: tensorflow :: Operation
operator::tensorflow::Operation() const
공개 정적 함수
CancelPendingEnqueues
Attrs CancelPendingEnqueues( bool x )