Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/Tosa/
H A DTosaTestPasses.cpp159 double opTensorScale = (inputScale * weightScale) / outputScale; in matchAndRewrite() local
165 computeMultiplierAndShift(opTensorScale, multiplier, shift, 32); in matchAndRewrite()