Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XlaOpKernel (0.12 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalization_op_config.cc

    namespace mlir {
    namespace mhlo {
    
    namespace {
    
    // Returns ops that should use MLIR legalization.
    // All other ops not in this list should use XlaOpKernel.
    const llvm::DenseSet<mlir::TypeID>& MlirAlwaysOps() {
      // The static variable is a pointer in order to avoid destruction upon thread
      // termination.
      static const llvm::DenseSet<mlir::TypeID>* ops = new llvm::DenseSet<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 21.7K bytes
    - Viewed (0)
Back to top