Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tf_mlir_enable_mlir_bridge (0.29 sec)

  1. tensorflow/compiler/jit/flags.cc

      // can enable/disable the graph via tf_mlir_enable_mlir_bridge.
      auto tf_mlir_enable_mlir_bridge =
          GetMlirCommonFlags()->tf_mlir_enable_mlir_bridge;
      if (tf_mlir_enable_mlir_bridge !=
          ConfigProto::Experimental::MLIR_BRIDGE_ROLLOUT_UNSPECIFIED) {
        return tf_mlir_enable_mlir_bridge;
      }
    
      // If a ConfigProto was not passed in, we can assume the caller is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/flags.h

      // this many parallel_iterations
      int tf_xla_embedding_parallel_iterations;
    };
    
    // Flags for common MLIR configurations.
    struct MlirCommonFlags {
      ConfigProto::Experimental::MlirBridgeRollout tf_mlir_enable_mlir_bridge;
    
      bool tf_mlir_enable_merge_control_flow_pass;
      bool tf_mlir_enable_convert_control_to_data_outputs_pass;
      bool tf_mlir_enable_composite_tpuexecute_side_effects;
      bool tf_mlir_enable_strict_clusters;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 14.5K bytes
    - Viewed (0)
Back to top