DebugOptionsOrBuilder

공개 인터페이스 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 (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;