All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.framework.DebugOptionsOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/debug.proto

package org.tensorflow.framework;

public interface DebugOptionsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.DebugOptions)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * Debugging options
   * 
* * repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; */ java.util.List getDebugTensorWatchOptsList(); /** *
   * Debugging options
   * 
* * repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; */ org.tensorflow.framework.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; */ java.util.List getDebugTensorWatchOptsOrBuilderList(); /** *
   * Debugging options
   * 
* * repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; */ org.tensorflow.framework.DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder( int index); /** *
   * Caller-specified global step count.
   * Note that this is distinct from the session run count and the executor
   * step count.
   * 
* * int64 global_step = 10; */ long getGlobalStep(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy