org.tensorflow.framework.StepStatsOrBuilder 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.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/framework/step_stats.proto
package org.tensorflow.framework;
public interface StepStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.StepStats)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .tensorflow.DeviceStepStats dev_stats = 1;
*/
java.util.List
getDevStatsList();
/**
* repeated .tensorflow.DeviceStepStats dev_stats = 1;
*/
org.tensorflow.framework.DeviceStepStats getDevStats(int index);
/**
* repeated .tensorflow.DeviceStepStats dev_stats = 1;
*/
int getDevStatsCount();
/**
* repeated .tensorflow.DeviceStepStats dev_stats = 1;
*/
java.util.List extends org.tensorflow.framework.DeviceStepStatsOrBuilder>
getDevStatsOrBuilderList();
/**
* repeated .tensorflow.DeviceStepStats dev_stats = 1;
*/
org.tensorflow.framework.DeviceStepStatsOrBuilder getDevStatsOrBuilder(
int index);
}