DebugOptionsOrBuilder

পাবলিক ইন্টারফেস DebugOptionsOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত 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.
বিমূর্ত বুলিয়ান
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 সূচক)

 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;