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

org.tensorflow.framework.AutoParallelOptionsOrBuilder 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/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;
   */
  boolean getEnable();

  /**
   * int32 num_replicas = 2;
   */
  int getNumReplicas();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy