تينسورفلو :: قائمة الإدخال
#include <ops.h>
نوع لتمثيل المدخلات إلى العمليات التي تتطلب قائمة بالتوتر.
ملخص
البنائين والمدمرين | |
---|---|
InputList (const OutputList & out) تحويل قائمة المخرجات ضمنيًا إلى قائمة المدخلات. | |
InputList (const std::initializer_list< Input > & inputs) | |
InputList (const tensorflow::gtl::ArraySlice< Input > & inputs) | |
InputList (const std::initializer_list< Output > & out) |
الوظائف العامة | |
---|---|
begin () | std::vector< Input >::iterator |
begin () const | std::vector< Input >::const_iterator |
end () | std::vector< Input >::iterator |
end () const | std::vector< Input >::const_iterator |
الوظائف العامة
قائمة الإدخال
InputList( const OutputList & out )
تحويل قائمة المخرجات ضمنيًا إلى قائمة المدخلات.
هذا مفيد لكتابة التعليمات البرمجية مثل ops :: Concat (ops :: Split (x، 4)).
قائمة الإدخال
InputList( const std::initializer_list< Input > & inputs )
قائمة الإدخال
InputList( const tensorflow::gtl::ArraySlice< Input > & inputs )
قائمة الإدخال
InputList( const std::initializer_list< Output > & out )
يبدأ
std::vector< Input >::iterator begin()
يبدأ
std::vector< Input >::const_iterator begin() const
نهاية
std::vector< Input >::iterator end()
نهاية
std::vector< Input >::const_iterator end() const
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-08-30 (حسب التوقيت العالمي المتفَّق عليه)
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"لا يحتوي على المعلومات التي أحتاج إليها."
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"الخطوات معقدة للغاية / كثيرة جدًا."
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"المحتوى قديم."
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"ثمة مشكلة في الترجمة."
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"مشكلة في العيّنات / التعليمات البرمجية"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"غير ذلك"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"يسهُل فهم المحتوى."
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"ساعَدني المحتوى في حلّ مشكلتي."
},{
"type": "thumb-up",
"id": "otherUp",
"label":"غير ذلك"
}]