DebugOptionsOrBuilder

सार्वजनिक इंटरफ़ेस DebugOptionsOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार डिबगटेन्सरवॉच
getDebugTensorWatchOpts (int अनुक्रमणिका)
 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 (int अनुक्रमणिका)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
सार सूची<? DebugTensorWatchOrBuilder > का विस्तार करता है
getDebugTensorWatchOptsOrBuilderList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
अमूर्त लंबा
अमूर्त बूलियन
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;