Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReplaceXlaCallModuleOpWithNewCallOp (0.29 sec)

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

    // Replaces `xla_call_module_op` with a newly created `func::CallOp`, where the
    // callee is `callee_func_op`. The existence of `kQuantizationMethodAttr` in
    // `xla_call_module_op` should be guaranteed.
    void ReplaceXlaCallModuleOpWithNewCallOp(TF::XlaCallModuleOp xla_call_module_op,
                                             func::FuncOp callee_func_op,
                                             PatternRewriter& rewriter) {
    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