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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/rewriter_config.proto

package org.tensorflow.framework;

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

  /**
   * bool enable = 1;
   * @return The enable.
   */
  boolean getEnable();

  /**
   * int32 num_replicas = 2;
   * @return The numReplicas.
   */
  int getNumReplicas();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy