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)
    org.nd4j.shade.protobuf.MessageOrBuilder {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy