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

org.tensorflow.util.testlog.EntryValueOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.15.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/util/test_log.proto

package org.tensorflow.util.testlog;

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

  /**
   * double double_value = 1;
   */
  double getDoubleValue();

  /**
   * string string_value = 2;
   */
  java.lang.String getStringValue();
  /**
   * string string_value = 2;
   */
  com.google.protobuf.ByteString
      getStringValueBytes();

  public org.tensorflow.util.testlog.EntryValue.KindCase getKindCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy