DebugOptionsOrBuilder

อินเทอร์เฟซสาธารณะ DebugOptionsOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

DebugTensorWatch แบบนามธรรม
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;
ยาวเป็นนามธรรม
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)

 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;