تدفق التوتر:: العمليات:: ملخص الموتر

#include <logging_ops.h>

إخراج مخزن Summary لبروتوكول ملخص مع موتر.

ملخص

يتم التخلص التدريجي من هذه العملية لصالح TensorSummaryV2 ، الذي يسمح للمتصلين بتمرير علامة بالإضافة إلى سلسلة أولية من SummaryMetadata التي تحتوي على بيانات خاصة بالمكون الإضافي. سنحتفظ بهذا المرجع للحفاظ على التوافق مع الإصدارات السابقة.

الحجج:

  • النطاق: كائن النطاق
  • الموتر: موتر للتسلسل.

السمات الاختيارية (انظر Attrs ):

  • description: بروتو ملخص الوصف المشفر بـ json.
  • التسميات: قائمة السلاسل غير المستخدمة.
  • Display_name: سلسلة غير مستخدمة.

عائدات:

  • Output : الموتر الموجز.

البنائين والمدمرين

TensorSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tensor)
TensorSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tensor, const TensorSummary::Attrs & attrs)

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

operation
summary

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

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

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

Description (StringPiece x)
DisplayName (StringPiece x)
Labels (const gtl::ArraySlice< string > & x)

الهياكل

Tensorflow:: ops:: TensorSummary:: Attrs

محددات السمات الاختيارية لـ TensorSummary .

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

عملية

Operation operation

ملخص

::tensorflow::Output summary

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

ملخص الموتر

 TensorSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tensor
)

ملخص الموتر

 TensorSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tensor,
  const TensorSummary::Attrs & attrs
)

العقدة

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

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

وصف

Attrs Description(
  StringPiece x
)

اسم العرض

Attrs DisplayName(
  StringPiece x
)

تسميات

Attrs Labels(
  const gtl::ArraySlice< string > & x
)