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

org.tensorflow.framework.OpDeprecationOrBuilder 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/op_def.proto

package org.tensorflow.framework;

public interface OpDeprecationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.OpDeprecation)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * First GraphDef version at which the op is disallowed.
   * 
* * int32 version = 1; * @return The version. */ int getVersion(); /** *
   * Explanation of why it was deprecated and what to use instead.
   * 
* * string explanation = 2; * @return The explanation. */ java.lang.String getExplanation(); /** *
   * Explanation of why it was deprecated and what to use instead.
   * 
* * string explanation = 2; * @return The bytes for explanation. */ org.nd4j.shade.protobuf.ByteString getExplanationBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy