tensorflow:: אופס:: לִטעוֹן
#include <logging_ops.h>
טוען שהתנאי הנתון נכון.
תַקצִיר
אם condition
מוערך כ-false, הדפס את רשימת הטנזורים data
. summarize
קובע כמה ערכים של הטנזורים להדפיס.
טיעונים:
- scope: אובייקט Scope
- condition: התנאי שיש להעריך.
- נתונים: הטנסורים להדפסה כאשר המצב שקרי.
מאפיינים אופציונליים (ראה Attrs
):
- תקציר: הדפס כל כך הרבה ערכים של כל טנזור.
החזרות:
-
Operation
שנוצר
בנאים והורסים | |
---|---|
Assert (const :: tensorflow::Scope & scope, :: tensorflow::Input condition, :: tensorflow::InputList data) | |
Assert (const :: tensorflow::Scope & scope, :: tensorflow::Input condition, :: tensorflow::InputList data, const Assert::Attrs & attrs) |
תפקידים ציבוריים | |
---|---|
operator::tensorflow::Operation () const |
מבנים | |
---|---|
tensorflow:: ops:: טען:: Attrs | קובעי תכונות אופציונליים עבור Assert . |
תכונות ציבוריות
מִבצָע
Operation operation
תפקידים ציבוריים
לִטעוֹן
Assert(
const ::tensorflow::Scope & scope,
::tensorflow::Input condition,
::tensorflow::InputList data
)
לִטעוֹן
Assert(
const ::tensorflow::Scope & scope,
::tensorflow::Input condition,
::tensorflow::InputList data,
const Assert::Attrs & attrs
)
אופרטור::tensorflow::פעולה
operator::tensorflow::Operation() const
פונקציות סטטיות ציבוריות
לְסַכֵּם
Attrs Summarize(
int64 x
)