Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddLegalizationPasses (0.48 sec)

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

    bool CanInlineFunctionsPostLegalization(llvm::StringRef device_type) {
      return device_type == DEVICE_TPU_XLA_JIT;
    }
    
    // These passes are grouped together and must run in this specific order.
    void AddLegalizationPasses(mlir::OpPassManager& pm, bool legalize_chlo,
                               llvm::StringRef device_type, bool enable_op_fallback,
                               bool lower_to_xla_hlo) {
      if (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)
Back to top