تدفق التوتر:: العمليات:: تأكيد
#include <logging_ops.h>
يؤكد أن الشرط المحدد صحيح.
ملخص
إذا تم تقييم condition
إلى خطأ، فاطبع قائمة الموترات في data
. summarize
يحدد عدد إدخالات الموترات المراد طباعتها.
الحجج:
- النطاق: كائن النطاق
- الشرط: شرط التقييم.
- البيانات: الموترات التي سيتم طباعتها عندما تكون الحالة خاطئة.
السمات الاختيارية (انظر 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:: Assert:: 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::Operation
operator::tensorflow::Operation() const
وظائف ثابتة العامة
تلخيص
Attrs Summarize( int64 x )