org.tensorflow.util.testlog.EntryValueOrBuilder 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/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();
}