Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/arm/operators/
H A Dop_sub.py61 tqutils.rescale_node_back_to_int8(node, sub_output, scale, tosa_graph)
H A Dop_mul.py80 tqutils.rescale_node_back_to_int8(
H A Dop_add.py86 tqutils.rescale_node_back_to_int8(node, add_output, scale, tosa_graph)
H A Dop_sum.py73 tqutils.rescale_node_back_to_int8(node, prev_node, scale, tosa_graph)
/aosp_15_r20/external/executorch/backends/arm/
H A Dtosa_quant_utils.py405 def rescale_node_back_to_int8( function