Interface DebugOptionsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DebugOptions, DebugOptions.Builder

    public interface DebugOptionsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getDebugTensorWatchOptsList

        java.util.List<DebugTensorWatch> getDebugTensorWatchOptsList()
         Debugging options
         
        repeated .org.platanios.tensorflow.proto.DebugTensorWatch debug_tensor_watch_opts = 4;
      • getDebugTensorWatchOpts

        DebugTensorWatch getDebugTensorWatchOpts​(int index)
         Debugging options
         
        repeated .org.platanios.tensorflow.proto.DebugTensorWatch debug_tensor_watch_opts = 4;
      • getDebugTensorWatchOptsCount

        int getDebugTensorWatchOptsCount()
         Debugging options
         
        repeated .org.platanios.tensorflow.proto.DebugTensorWatch debug_tensor_watch_opts = 4;
      • getDebugTensorWatchOptsOrBuilderList

        java.util.List<? extends DebugTensorWatchOrBuilder> getDebugTensorWatchOptsOrBuilderList()
         Debugging options
         
        repeated .org.platanios.tensorflow.proto.DebugTensorWatch debug_tensor_watch_opts = 4;
      • getDebugTensorWatchOptsOrBuilder

        DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder​(int index)
         Debugging options
         
        repeated .org.platanios.tensorflow.proto.DebugTensorWatch debug_tensor_watch_opts = 4;
      • getGlobalStep

        long 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;
        Returns:
        The globalStep.
      • getResetDiskByteUsage

        boolean 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;
        Returns:
        The resetDiskByteUsage.