Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/ao/ns/
H A D_numeric_suite_fx.py132 from .fx.weight_utils import extract_weight_from_node
321 extracted_weight = extract_weight_from_node(
/aosp_15_r20/external/pytorch/torch/ao/ns/fx/
H A Dweight_utils.py221 def extract_weight_from_node( function