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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: 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.
   * 
* * optional int32 version = 1; */ int getVersion(); /** *
   * Explanation of why it was deprecated and what to use instead.
   * 
* * optional string explanation = 2; */ java.lang.String getExplanation(); /** *
   * Explanation of why it was deprecated and what to use instead.
   * 
* * optional string explanation = 2; */ com.google.protobuf.ByteString getExplanationBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy