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

org.tensorflow.framework.VersionDefOrBuilder 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/versions.proto

package org.tensorflow.framework;

public interface VersionDefOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.VersionDef)
    com.github.os72.protobuf351.MessageOrBuilder {

  /**
   * 
   * The version of the code that produced this data.
   * 
* * int32 producer = 1; */ int getProducer(); /** *
   * Any consumer below this version is not allowed to consume this data.
   * 
* * int32 min_consumer = 2; */ int getMinConsumer(); /** *
   * Specific consumer versions which are disallowed (e.g. due to bugs).
   * 
* * repeated int32 bad_consumers = 3; */ java.util.List getBadConsumersList(); /** *
   * Specific consumer versions which are disallowed (e.g. due to bugs).
   * 
* * repeated int32 bad_consumers = 3; */ int getBadConsumersCount(); /** *
   * Specific consumer versions which are disallowed (e.g. due to bugs).
   * 
* * repeated int32 bad_consumers = 3; */ int getBadConsumers(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy