tensorflow::ops::QueueClose::Attrs
#include <data_flow_ops.h>
Дополнительные атрибуты для QueueClose.
Краткое описание
| Публичные атрибуты | |
|---|---|
cancel_pending_enqueues_ = false | bool |
| Публичные функции | |
|---|---|
CancelPendingEnqueues(bool x) | TF_MUST_USE_RESULT Attrs Если true, все ожидающие запросы enqueue, заблокированные на данной очереди, будут отменены. |
Публичные атрибуты
cancel_pending_enqueues_
bool tensorflow::ops::QueueClose::Attrs::cancel_pending_enqueues_ = false
Публичные функции
CancelPendingEnqueues
TF_MUST_USE_RESULT Attrs tensorflow::ops::QueueClose::Attrs::CancelPendingEnqueues( bool x )
Если true, все ожидающие запросы enqueue, заблокированные на данной очереди, будут отменены.
По умолчанию false
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/struct/tensorflow/ops/queue-close/attrs