Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for applyTensorflowAndCLOptions (0.21 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

                                  bool lower_to_xla_hlo,
                                  llvm::StringRef module_name = llvm::StringRef()) {
      mlir::PassManager tf2xla(module_op.getContext());
      applyTensorflowAndCLOptions(tf2xla);
      CreateConvertMlirToXlaHloPipeline(tf2xla, device_type, enable_op_fallback,
                                        custom_legalization_passes,
                                        lower_to_xla_hlo,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 45.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/c/c_api_unified_experimental_mlir.cc

    MlirFunction::GetFunctionRecord() {
      if (func_record_) {
        return func_record_.GetNewRef();
      }
      PassManager pm(func_.getContext());
      ::tensorflow::applyTensorflowAndCLOptions(pm);
      pm.addNestedPass<func::FuncOp>(
          CreateFunctionalToExecutorDialectConversionPass());
      pm.addPass(CreateBreakUpIslandsPass());
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 28.2K bytes
    - Viewed (0)
Back to top