org.tensorflow.framework.DebugOptionsOrBuilder Maven / Gradle / Ivy
// 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)
com.google.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 extends org.tensorflow.framework.DebugTensorWatchOrBuilder>
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 - 2025 Weber Informatics LLC | Privacy Policy