Home
last modified time | relevance | path

Searched refs:computeMultiplierAndShift (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Tosa/Utils/
DQuantUtils.h31 void computeMultiplierAndShift(double scale, int32_t &multiplier,
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_utils.cc36 computeMultiplierAndShift(scale, multiplier, shift, 32); in buildRescale()
105 computeMultiplierAndShift(op_tensor_scale, multiplier, shift, 32); in buildRescaleOpConvOutput()
142 computeMultiplierAndShift(op_channel_scale, multiplier, shift, 32); in buildRescaleOpConvOutput()
/external/llvm-project/mlir/test/lib/Dialect/Tosa/
DTosaTestPasses.cpp165 computeMultiplierAndShift(opTensorScale, multiplier, shift, 32); in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp77 void mlir::tosa::computeMultiplierAndShift(double scale, int32_t &multiplier, in computeMultiplierAndShift() function in mlir::tosa