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

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

There is a newer version: 1.15.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/config.proto

package org.tensorflow.framework;

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

  /**
   * 
   * If true, optimize the graph using common subexpression elimination.
   * 
* * bool do_common_subexpression_elimination = 1; */ boolean getDoCommonSubexpressionElimination(); /** *
   * If true, perform constant folding optimization on the graph.
   * 
* * bool do_constant_folding = 2; */ boolean getDoConstantFolding(); /** *
   * If true, perform function inlining on the graph.
   * 
* * bool do_function_inlining = 4; */ boolean getDoFunctionInlining(); /** * .tensorflow.OptimizerOptions.Level opt_level = 3; */ int getOptLevelValue(); /** * .tensorflow.OptimizerOptions.Level opt_level = 3; */ org.tensorflow.framework.OptimizerOptions.Level getOptLevel(); /** * .tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5; */ int getGlobalJitLevelValue(); /** * .tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5; */ org.tensorflow.framework.OptimizerOptions.GlobalJitLevel getGlobalJitLevel(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy