All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.framework.SummaryOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
// 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)
    org.nd4j.shade.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 getValueOrBuilderList(); /** *
   * Set of values for the summary.
   * 
* * repeated .tensorflow.Summary.Value value = 1; */ org.tensorflow.framework.Summary.ValueOrBuilder getValueOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy