Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReplaceCustomCallWithComposite (0.47 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_stablehlo_custom_call_to_composite.cc

    #define GEN_PASS_DEF_LEGALIZESTABLEHLOCUSTOMCALLTOCOMPOSITEPASS
    #include "tensorflow/compiler/mlir/lite/stablehlo/transforms/passes.h.inc"
    
    struct ReplaceCustomCallWithComposite final
        : OpRewritePattern<mlir::stablehlo::CustomCallOp> {
      using OpRewritePattern::OpRewritePattern;
    
      explicit ReplaceCustomCallWithComposite(MLIRContext *context)
          : OpRewritePattern<mlir::stablehlo::CustomCallOp>(context) {}
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top