الواجهة العامة DebugOptionsOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
مجردة DebugTensorWatch | getDebugTensorWatchOpts (فهرس كثافة العمليات) Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
كثافة العمليات مجردة | getDebugTensorWatchOptsCount () Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
قائمة مجردة< DebugTensorWatch > | getDebugTensorWatchOptsList () Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
مجردة DebugTensorWatchOrBuilder | getDebugTensorWatchOptsOrBuilder (فهرس كثافة العمليات) Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
قائمة مجردة <؟ يمتد DebugTensorWatchOrBuilder > | getDebugTensorWatchOptsOrBuilderList () Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
مجردة طويلة | الحصول على GlobalStep () Caller-specified global step count. |
منطقية مجردة | getResetDiskByteUsage () Whether the total disk usage of tfdbg is to be reset to zero in this Session.run call. |
الأساليب العامة
الملخص العام DebugTensorWatch getDebugTensorWatchOpts (مؤشر int)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
الملخص العام int getDebugTensorWatchOptsCount ()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
قائمة مجردة عامة< DebugTensorWatch > getDebugTensorWatchOptsList ()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
الملخص العام DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder (مؤشر int)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
قائمة الملخصات العامة<؟ يمتد DebugTensorWatchOrBuilder > getDebugTensorWatchOptsOrBuilderList ()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
الملخص العام الطويل getGlobalStep ()
Caller-specified global step count. Note that this is distinct from the session run count and the executor step count.
int64 global_step = 10;
الملخص المنطقي العام getResetDiskByteUsage ()
Whether the total disk usage of tfdbg is to be reset to zero in this Session.run call. This is used by wrappers and hooks such as the local CLI ones to indicate that the dumped tensors are cleaned up from the disk after each Session.run.
bool reset_disk_byte_usage = 11;