Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_utils.cc139 double op_channel_scale = (input_scale * weight_scale) / output_scale; in buildRescaleOpConvOutput() local
142 computeMultiplierAndShift(op_channel_scale, multiplier, shift, 32); in buildRescaleOpConvOutput()