org.tensorflow.framework.DeviceStepStatsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: step_stats.proto
package org.tensorflow.framework;
public interface DeviceStepStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.DeviceStepStats)
com.google.protobuf.MessageOrBuilder {
/**
* optional string device = 1;
*/
java.lang.String getDevice();
/**
* optional string device = 1;
*/
com.google.protobuf.ByteString
getDeviceBytes();
/**
* repeated .tensorflow.NodeExecStats node_stats = 2;
*/
java.util.List
getNodeStatsList();
/**
* repeated .tensorflow.NodeExecStats node_stats = 2;
*/
org.tensorflow.framework.NodeExecStats getNodeStats(int index);
/**
* repeated .tensorflow.NodeExecStats node_stats = 2;
*/
int getNodeStatsCount();
/**
* repeated .tensorflow.NodeExecStats node_stats = 2;
*/
java.util.List extends org.tensorflow.framework.NodeExecStatsOrBuilder>
getNodeStatsOrBuilderList();
/**
* repeated .tensorflow.NodeExecStats node_stats = 2;
*/
org.tensorflow.framework.NodeExecStatsOrBuilder getNodeStatsOrBuilder(
int index);
}