Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RewriteGemmStyleOp (0.13 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/quantization_patterns.cc

                                << " op function should have 2 or 3 operands.\n");
        return failure();
      }
      return success();
    }
    
    // Gemm Style Op: glossary/gemm.
    template <typename GemmStyleOp>
    void RewriteGemmStyleOp(func::FuncOp entry_func_op, PatternRewriter& rewriter,
                            const bool enable_per_channel_quantized_weight) {
      const GemmStyleOp gemm_style_op =
          *entry_func_op.getOps<GemmStyleOp>().begin();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 06:04:36 UTC 2024
    - 41.7K bytes
    - Viewed (0)
Back to top