Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for replaceAllUsesExcept (0.59 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

        auto dq = rewriter.create<TFL::DequantizeOp>(
            op->getLoc(), /*output=*/dequantized_rhs_type,
            /*input=*/rhs);
        rewriter.replaceAllUsesExcept(rhs, dq.getOutput(), dq);
      }
    };
    
    // Splits hybrid quantized `stablehlo.convolution` into `tfl.dequantize` and
    // float `stablehlo.convolution` op. Weight tensor is transposed to match the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
Back to top