تينسورفلو :: قائمة الإدخال
#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
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"
}]