tensorflow::ops::QueueClose::Атрибуты
#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
© 2020 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/versions/r2.4/api_docs/cc/struct/tensorflow/ops/queue-close/attrs