Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReplaceQuantizedXlaCallModuleOpWithQuantizedCallOp (0.74 sec)

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

    }
    
    // Replaces a quantized `xla_call_module_op` with a `func::CallOp`. The callee
    // is expected to remain unquantized (thus having a signature mismatch), and it
    // is also quantized accordingly.
    void ReplaceQuantizedXlaCallModuleOpWithQuantizedCallOp(
        const MLIRContext& ctx, PatternRewriter& rewriter,
        TF::XlaCallModuleOp xla_call_module_op,
        const EntryFuncBodyQuantizationPattern& body_rewrite_pattern,
    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