org.tensorflow.framework.SummaryOrBuilder 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/summary.proto
package org.tensorflow.framework;
public interface SummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.Summary)
com.google.protobuf.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);
}