Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/quantization/fx/
H A Dutils.py12 create_getattr_from_value,
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dconvert.py58 create_getattr_from_value,
211 qparam_node = create_getattr_from_value(
435 qparam_node = create_getattr_from_value(
H A Dutils.py256 def create_getattr_from_value( function