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

#include <logging_ops.h>

محددات السمات الاختيارية للطباعة .

ملخص

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

first_n_ = -1
int64
message_ = ""
StringPiece
summarize_ = 3
int64

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

FirstN (int64 x)
TF_MUST_USE_RESULT Attrs
قم بتسجيل عدد first_n من المرات فقط.
Message (StringPiece x)
TF_MUST_USE_RESULT Attrs
سلسلة، بادئة رسالة الخطأ.
Summarize (int64 x)
TF_MUST_USE_RESULT Attrs
اطبع فقط هذه الإدخالات العديدة لكل موتر.

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

أول ن_

int64 tensorflow::ops::Print::Attrs::first_n_ = -1

رسالة_

StringPiece tensorflow::ops::Print::Attrs::message_ = ""

لخص_

int64 tensorflow::ops::Print::Attrs::summarize_ = 3

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

أول ن

TF_MUST_USE_RESULT Attrs tensorflow::ops::Print::Attrs::FirstN(
  int64 x
)

قم بتسجيل عدد first_n من المرات فقط.

-1 تعطيل التسجيل.

الإعدادات الافتراضية هي -1

رسالة

TF_MUST_USE_RESULT Attrs tensorflow::ops::Print::Attrs::Message(
  StringPiece x
)

سلسلة، بادئة رسالة الخطأ.

الإعدادات الافتراضية إلى ""

لخص

TF_MUST_USE_RESULT Attrs tensorflow::ops::Print::Attrs::Summarize(
  int64 x
)

اطبع فقط هذه الإدخالات العديدة لكل موتر.

الافتراضي إلى 3