واجهة برمجة تطبيقات Tensorflow الأساسية
ملخص
النوع | |
---|---|
OutputList | typedefstd::vector< Output > نوع لتمثيل مخرجات العمليات التي تنتج أكثر من ناتج واحد ، أو قائمة الموترات. |
المهام | |
---|---|
CreateOutputWithScope (string op_name, absl::Span< const :: tensorflow::Input > inputs, const Scope & scope, Output *output) | Status |
operator<< (std::ostream & os, const Status & x) | std::ostream & |
الطبقات | |
---|---|
tensorflow :: ClientSession | يتيح كائن |
tensorflow :: الإدخال | يمثل قيمة موتر يمكن استخدامها كمعامل لعملية . |
Tensorflow :: InputList | نوع لتمثيل المدخلات إلى العمليات التي تتطلب قائمة بالتوتر. |
تينسورفلو :: عملية | يمثل عقدة في الرسم البياني للحساب. |
tensorflow :: الإخراج | يمثل قيمة موتر تنتجها عملية . |
تينسورفلو :: نطاق | يمثل كائن |
tensorflow :: الحالة | تشير إلى نجاح أو فشل مكالمة في Tensorflow. |
Tensorflow :: TensorBuffer |
النوع
قائمة الإخراج
std::vector< Output > OutputList
نوع لتمثيل مخرجات العمليات التي تنتج أكثر من ناتج واحد ، أو قائمة الموترات.
المهام
CreateOutputWithScope
Status CreateOutputWithScope( string op_name, absl::Span< const ::tensorflow::Input > inputs, const Scope & scope, Output *output )
المشغل أو العامل
std::ostream & operator<<( std::ostream & os, const Status & 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.