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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: summary.proto

package org.tensorflow.framework;

public interface SummaryDescriptionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.SummaryDescription)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Hint on how plugins should process the data in this series.
   * Supported values include "scalar", "histogram", "image", "audio"
   * 
* * optional 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"
   * 
* * optional string type_hint = 1; */ com.google.protobuf.ByteString getTypeHintBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy