Interface DebugOptionsOrBuilder

  • All Superinterfaces:
    org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DebugOptions, DebugOptions.Builder

    public interface DebugOptionsOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Detail

      • getDebugTensorWatchOptsList

        List<DebugTensorWatch> getDebugTensorWatchOptsList()
         Debugging options
         
        repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
      • getDebugTensorWatchOpts

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

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

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

        DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder​(int index)
         Debugging options
         
        repeated .tensorflow.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.