تينسورفلو :: العمليات :: المسرح
#include <data_flow_ops.h>
قيم المرحلة تشبه Enqueue خفيف الوزن.
ملخص
تشبه الوظيفة الأساسية لهذا المرجع قائمة الانتظار مع عدد أقل من الإمكانات والخيارات. تم تحسين هذا المرجع للأداء.
الحجج:
- النطاق: كائن النطاق
- القيم: قائمة أنواع الموترات قائمة بأنواع البيانات التي يجب أن تلتزم القيم المدرجة بها.
السمات الاختيارية (انظر Attrs
):
- السعة: أقصى عدد من العناصر في منطقة التدريج. إذا كانت> 0 ، سيتم حظر الإدخالات الموجودة على الحاوية عند الوصول إلى السعة.
- memory_limit: أقصى عدد من البايتات المسموح به للموتر في منطقة التدريج. إذا> 0 ، سيتم حظر الإدخالات حتى تتوفر مساحة كافية.
- الحاوية: إذا كانت غير فارغة ، يتم وضع قائمة الانتظار هذه في الحاوية المحددة. خلاف ذلك ، يتم استخدام حاوية افتراضية.
- Shared_name: من الضروري مطابقة هذا الاسم مع Unstage Op المطابق .
عائدات:
-
Operation
تم إنشاؤها
البنائين والمدمرين | |
---|---|
Stage (const :: tensorflow::Scope & scope, :: tensorflow::InputList values) | |
Stage (const :: tensorflow::Scope & scope, :: tensorflow::InputList values, const Stage::Attrs & attrs) |
السمات العامة | |
---|---|
operation |
الوظائف العامة | |
---|---|
operator::tensorflow::Operation () const |
وظائف ثابتة عامة | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
MemoryLimit (int64 x) | |
SharedName (StringPiece x) |
الهياكل | |
---|---|
tensorflow :: العمليات :: المرحلة :: Attrs | محددات السمات الاختيارية للمرحلة . |
السمات العامة
عملية
Operation operation
الوظائف العامة
المسرح
Stage( const ::tensorflow::Scope & scope, ::tensorflow::InputList values )
المسرح
Stage( const ::tensorflow::Scope & scope, ::tensorflow::InputList values, const Stage::Attrs & attrs )
المشغل :: Tensorflow :: العملية
operator::tensorflow::Operation() const
وظائف ثابتة عامة
الاهلية
Attrs Capacity( int64 x )
وعاء
Attrs Container( StringPiece x )
MemoryLimit
Attrs MemoryLimit( int64 x )
SharedName
Attrs SharedName( StringPiece x )
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-04-20 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"مشكلة في العيّنات / التعليمات البرمجية"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]