تدفق التوتر:: العمليات:: مطبعة

#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)

الصفات العامة

operation
output

الوظائف العامة

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

وظائف ثابتة العامة

FirstN (int64 x)
Message (StringPiece x)
Summarize (int64 x)

الهياكل

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
)

العقدة

::tensorflow::Node * node() const 

المشغل::tensorflow::الإدخال

 operator::tensorflow::Input() const 

المشغل::tensorflow::الإخراج

 operator::tensorflow::Output() const 

وظائف ثابتة العامة

أول ن

Attrs FirstN(
  int64 x
)

رسالة

Attrs Message(
  StringPiece x
)

لخص

Attrs Summarize(
  int64 x
)