Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CreateConvertMlirToXlaHloPipeline (0.35 sec)

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

    // allow_partial_conversion: when this is true, allow operations that can't be
    //   legalized.
    ABSL_DEPRECATED("Use v2/legalize_tf.h::LegalizeMlirToHlo instead.")
    void CreateConvertMlirToXlaHloPipeline(
        mlir::OpPassManager& pm, llvm::StringRef device_type,
        bool enable_op_fallback,
        llvm::MutableArrayRef<std::unique_ptr<mlir::Pass>>
            custom_legalization_passes,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

      }
    }
    
    }  //  namespace
    
    // Creates the MLIR Pipeline.
    // If the temporary parameter lower_to_xla_hlo is
    // true then the pipeline will include all the legalization passes.
    void CreateConvertMlirToXlaHloPipeline(
        mlir::OpPassManager& pm, llvm::StringRef device_type,
        bool enable_op_fallback,
        llvm::MutableArrayRef<std::unique_ptr<mlir::Pass>>
            custom_legalization_passes,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 45.3K bytes
    - Viewed (0)
Back to top