Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LegalizeStablehloCustomCallToCompositePass (1 sec)

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

            decomposition.getValue());
        rewriter.replaceOp(op, composite.getResults());
        return success();
      }
    };
    
    struct LegalizeStablehloCustomCallToCompositePass
        : public impl::LegalizeStablehloCustomCallToCompositePassBase<
              LegalizeStablehloCustomCallToCompositePass> {
      using LegalizeStablehloCustomCallToCompositePassBase::
          LegalizeStablehloCustomCallToCompositePassBase;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/passes.td

      let summary = "Legalize supported StableHLO CompositeOps to TFL CustomOp";
      let dependentDialects = ["TFL::TensorFlowLiteDialect"];
    }
    def LegalizeStablehloCustomCallToCompositePass : Pass<"stablehlo-custom-call-legalize-composite", "ModuleOp"> {
      let summary = "Legalize StableHLO custom call ops where the call target is 'stablehlo.composite' to composite ops.";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 21:59:06 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top