Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/ao/ns/fx/
H A Dutils.py177 def _get_scale_zp_from_function_args(node, gm, scale_arg_idx, zp_arg_idx): function
189 return _get_scale_zp_from_function_args(prev_node, gm, 1, 2)
191 return _get_scale_zp_from_function_args(prev_node, gm, 2, 3)