ממשק ציבורי DebugOptionsOrBuilder
תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
תקציר DebugTensorWatch | getDebugTensorWatchOpts (int index) 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 index) 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. |
בוליאני מופשט | getResetDiskByteUsage () Whether the total disk usage of tfdbg is to be reset to zero in this Session.run call. |
שיטות ציבוריות
תקציר ציבורי DebugTensorWatch getDebugTensorWatchOpts (int index)
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 index)
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;