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

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

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

package org.tensorflow.framework;

public interface RewriterConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.RewriterConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bool optimize_tensor_layout = 1;
   */
  boolean getOptimizeTensorLayout();

  /**
   * bool disable_model_pruning = 2;
   */
  boolean getDisableModelPruning();

  /**
   * bool constant_folding = 3;
   */
  boolean getConstantFolding();

  /**
   * .tensorflow.RewriterConfig.MemOptType memory_optimization = 4;
   */
  int getMemoryOptimizationValue();
  /**
   * .tensorflow.RewriterConfig.MemOptType memory_optimization = 4;
   */
  org.tensorflow.framework.RewriterConfig.MemOptType getMemoryOptimization();

  /**
   * .tensorflow.AutoParallelOptions auto_parallel = 5;
   */
  boolean hasAutoParallel();
  /**
   * .tensorflow.AutoParallelOptions auto_parallel = 5;
   */
  org.tensorflow.framework.AutoParallelOptions getAutoParallel();
  /**
   * .tensorflow.AutoParallelOptions auto_parallel = 5;
   */
  org.tensorflow.framework.AutoParallelOptionsOrBuilder getAutoParallelOrBuilder();

  /**
   * 
   * If non-empty, will use this as an alternative way to specify a list of
   * optimizations to turn on and the order of the optimizations.
   * 
* * repeated string optimizers = 100; */ java.util.List getOptimizersList(); /** *
   * If non-empty, will use this as an alternative way to specify a list of
   * optimizations to turn on and the order of the optimizations.
   * 
* * repeated string optimizers = 100; */ int getOptimizersCount(); /** *
   * If non-empty, will use this as an alternative way to specify a list of
   * optimizations to turn on and the order of the optimizations.
   * 
* * repeated string optimizers = 100; */ java.lang.String getOptimizers(int index); /** *
   * If non-empty, will use this as an alternative way to specify a list of
   * optimizations to turn on and the order of the optimizations.
   * 
* * repeated string optimizers = 100; */ com.google.protobuf.ByteString getOptimizersBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy