org.tensorflow.framework.DebugOptionsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
The 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)
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();
/**
*
* 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;
*/
boolean getResetDiskByteUsage();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy