Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for CreateConvertMlirToXlaHloPipeline (0.59 sec)

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

      EXPECT_EQ(count.Delta("tf.DoesntExist", "Unknown"), 1);
    }
    
    TEST(CompileMlirUtil, CreatesPipeline) {
      OpPassManager pass_manager;
      llvm::StringRef device_type = "XLA_CPU_JIT";
    
      CreateConvertMlirToXlaHloPipeline(pass_manager, device_type,
                                        /*enable_op_fallback=*/false,
                                        /*custom_legalization_passes*/ {});
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 25 19:54:38 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  2. 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)
  3. 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