org.tensorflow.framework.SummaryOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/framework/summary.proto
package org.tensorflow.framework;
public interface SummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.Summary)
com.github.os72.protobuf351.MessageOrBuilder {
/**
*
* Set of values for the summary.
*
*
* repeated .tensorflow.Summary.Value value = 1;
*/
java.util.List
getValueList();
/**
*
* Set of values for the summary.
*
*
* repeated .tensorflow.Summary.Value value = 1;
*/
org.tensorflow.framework.Summary.Value getValue(int index);
/**
*
* Set of values for the summary.
*
*
* repeated .tensorflow.Summary.Value value = 1;
*/
int getValueCount();
/**
*
* Set of values for the summary.
*
*
* repeated .tensorflow.Summary.Value value = 1;
*/
java.util.List extends org.tensorflow.framework.Summary.ValueOrBuilder>
getValueOrBuilderList();
/**
*
* Set of values for the summary.
*
*
* repeated .tensorflow.Summary.Value value = 1;
*/
org.tensorflow.framework.Summary.ValueOrBuilder getValueOrBuilder(
int index);
}