Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateAndReturnQuantizedBiasPattern (0.24 sec)

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

          .setOperand(0, uniform_quant_op);
    }
    
    template <typename GemmStyleOp>
    // Creates a quantized bias pattern for static and dynamic shape case
    // and sets the quantized bias as the return op.
    void CreateAndReturnQuantizedBiasPattern(
        Operation* op, PatternRewriter& rewriter, func::FuncOp entry_func_op,
        const Type func_result_type, const Type accumulation_quantized_element_type,
        GemmStyleOp gemm_style_op) {
    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