org.tensorflow.framework.OpDeprecationOrBuilder 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/framework/op_def.proto
package org.tensorflow.framework;
public interface OpDeprecationOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.OpDeprecation)
com.google.protobuf.MessageOrBuilder {
/**
*
* First GraphDef version at which the op is disallowed.
*
*
* int32 version = 1;
*/
int getVersion();
/**
*
* Explanation of why it was deprecated and what to use instead.
*
*
* string explanation = 2;
*/
java.lang.String getExplanation();
/**
*
* Explanation of why it was deprecated and what to use instead.
*
*
* string explanation = 2;
*/
com.google.protobuf.ByteString
getExplanationBytes();
}