Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
dòng chảy căng:: ôi:: ReaderNumWorkUnitsĐã hoàn thành
#include <io_ops.h>
Trả về số đơn vị công việc mà Reader này đã xử lý xong.
Bản tóm tắt
Lập luận:
- phạm vi: Một đối tượng Phạm vi
- reader_handle: Xử lý cho Reader.
Trả về:
-
Output
: Tensor đơn vị_đã hoàn thành.
Thuộc tính công khai
Chức năng công cộng
nút
::tensorflow::Node * node() const
operator::tensorflow::Input() const
toán tử::tenorflow::Đầu ra
operator::tensorflow::Output() const
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[],[],null,["# tensorflow::ops::ReaderNumWorkUnitsCompleted Class Reference\n\ntensorflow::ops::ReaderNumWorkUnitsCompleted\n============================================\n\n`#include \u003cio_ops.h\u003e`\n\nReturns the number of work units this Reader has finished processing.\n\nSummary\n-------\n\nArguments:\n\n- scope: A [Scope](/versions/r1.15/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n- reader_handle: Handle to a Reader.\n\n\u003cbr /\u003e\n\nReturns:\n\n- [Output](/versions/r1.15/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output): The units_completed tensor.\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [ReaderNumWorkUnitsCompleted](#classtensorflow_1_1ops_1_1_reader_num_work_units_completed_1a73ac2cf3c7a72de6d05e3f6334f16f15)`(const ::`[tensorflow::Scope](/versions/r1.15/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/versions/r1.15/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` reader_handle)` ||\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_reader_num_work_units_completed_1a514957924db5a2c7366b1ebd8b57e399) | [Operation](/versions/r1.15/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n| [units_completed](#classtensorflow_1_1ops_1_1_reader_num_work_units_completed_1ad317d43c2f47d7ed23f2625ad0ce85d1) | `::`[tensorflow::Output](/versions/r1.15/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------------------------------|------------------------|\n| [node](#classtensorflow_1_1ops_1_1_reader_num_work_units_completed_1ab00e099ad97388eacd6efd27600fa3ae)`() const ` | `::tensorflow::Node *` |\n| [operator::tensorflow::Input](#classtensorflow_1_1ops_1_1_reader_num_work_units_completed_1af80b3a840180f637bf035038f4cbcd96)`() const ` | ` ` ` ` |\n| [operator::tensorflow::Output](#classtensorflow_1_1ops_1_1_reader_num_work_units_completed_1a153c4a99d351b6ca2b6919ddb9cc78e6)`() const ` | ` ` ` ` |\n\nPublic attributes\n-----------------\n\n### operation\n\n```text\nOperation operation\n``` \n\n### units_completed\n\n```scdoc\n::tensorflow::Output units_completed\n``` \n\nPublic functions\n----------------\n\n### ReaderNumWorkUnitsCompleted\n\n```gdscript\n ReaderNumWorkUnitsCompleted(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input reader_handle\n)\n``` \n\n### node\n\n```gdscript\n::tensorflow::Node * node() const \n``` \n\n### operator::tensorflow::Input\n\n```gdscript\n operator::tensorflow::Input() const \n``` \n\n### operator::tensorflow::Output\n\n```gdscript\n operator::tensorflow::Output() const \n```"]]