Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OutlineGELU (0.09 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/odml_converter/transforms/outline_composites.cc

    // have that constant argument as the second operand. It works by
    // identifying `erf` ops and validate the structure around them.
    class OutlineGELU : public RewritePattern {
     public:
      explicit OutlineGELU(MLIRContext* context)
          : RewritePattern(MatchAnyOpTypeTag(), /*benefit=*/1, context) {}
    
      LogicalResult matchAndRewrite(Operation* op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top