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

org.tensorflow.framework.SummaryDescriptionOrBuilder 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 SummaryDescriptionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.SummaryDescription)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * Hint on how plugins should process the data in this series.
   * Supported values include "scalar", "histogram", "image", "audio"
   * 
* * string type_hint = 1; */ java.lang.String getTypeHint(); /** *
   * Hint on how plugins should process the data in this series.
   * Supported values include "scalar", "histogram", "image", "audio"
   * 
* * string type_hint = 1; */ org.nd4j.shade.protobuf.ByteString getTypeHintBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy