コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
テンソルフロー::作戦:: QueueDequeueMany::属性
#include <data_flow_ops.h>
QueueDequeueManyのオプションの属性セッター。
まとめ
公共機能 |
---|
TimeoutMs (int64 x) | キューの要素が n 未満の場合、この操作は最大 timeout_ms ミリ秒間ブロックされます。 |
パブリック属性
timeout_ms_
int64 tensorflow::ops::QueueDequeueMany::Attrs::timeout_ms_ = -1
公共機能
タイムアウトさん
TF_MUST_USE_RESULT Attrs tensorflow::ops::QueueDequeueMany::Attrs::TimeoutMs(
int64 x
)
キューの要素が n 未満の場合、この操作は最大 timeout_ms ミリ秒間ブロックされます。
注: このオプションはまだサポートされていません。
デフォルトは -1
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],[],null,["# tensorflow::ops::QueueDequeueMany::Attrs Struct Reference\n\ntensorflow::ops::QueueDequeueMany::Attrs\n========================================\n\n`#include \u003cdata_flow_ops.h\u003e`\n\nOptional attribute setters for [QueueDequeueMany](/versions/r2.3/api_docs/cc/class/tensorflow/ops/queue-dequeue-many#classtensorflow_1_1ops_1_1_queue_dequeue_many).\n\nSummary\n-------\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------------------------------|---------|\n| [timeout_ms_](#structtensorflow_1_1ops_1_1_queue_dequeue_many_1_1_attrs_1a033181f55e990c4385d5da2d8618c17c)` = -1` | `int64` |\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [TimeoutMs](#structtensorflow_1_1ops_1_1_queue_dequeue_many_1_1_attrs_1a38b5ece5064675b620f251e764f03036)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/queue-dequeue-many/attrs#structtensorflow_1_1ops_1_1_queue_dequeue_many_1_1_attrs) If the queue has fewer than n elements, this operation will block for up to timeout_ms milliseconds. |\n\nPublic attributes\n-----------------\n\n### timeout_ms_\n\n```scdoc\nint64 tensorflow::ops::QueueDequeueMany::Attrs::timeout_ms_ = -1\n``` \n\nPublic functions\n----------------\n\n### TimeoutMs\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::QueueDequeueMany::Attrs::TimeoutMs(\n int64 x\n)\n``` \nIf the queue has fewer than n elements, this operation will block for up to timeout_ms milliseconds.\n\nNote: This option is not supported yet.\n\nDefaults to -1"]]