تدفق التوتر:: العمليات:: مطبعة
#include <logging_ops.h>
طباعة قائمة الموترات.
ملخص
يمرر input
إلى output
ويطبع data
عند التقييم.
الحجج:
- النطاق: كائن النطاق
- الإدخال: تم تمرير الموتر إلى
output
- البيانات: قائمة بالموترات التي سيتم طباعتها عند تقييم المرجع.
السمات الاختيارية (انظر Attrs
):
- الرسالة: سلسلة، بادئة رسالة الخطأ.
- first_n: قم بتسجيل عدد
first_n
من المرات فقط. -1 تعطيل التسجيل. - التلخيص: اطبع فقط هذا العدد من الإدخالات لكل موتر.
العوائد:
-
Output
: = موترinput
غير المعدل
البنائين والمدمرين | |
---|---|
Print (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::InputList data) | |
Print (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::InputList data, const Print::Attrs & attrs) |
الوظائف العامة | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
الهياكل | |
---|---|
Tensorflow:: ops:: طباعة:: Attrs | محددات السمات الاختيارية للطباعة . |
الصفات العامة
عملية
Operation operation
الإخراج
::tensorflow::Output output
الوظائف العامة
مطبعة
Print( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::InputList data )
مطبعة
Print( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::InputList data, const Print::Attrs & attrs )