Searched refs:get_matching_subgraph_pairs (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/test/quantization/fx/ |
H A D | test_numeric_suite_fx.py | 53 get_matching_subgraph_pairs, 320 results = get_matching_subgraph_pairs(mp, mq) 347 results = get_matching_subgraph_pairs(mp, mq) 365 results = get_matching_subgraph_pairs(mp, mq) 389 results = get_matching_subgraph_pairs(mp, mq) 404 results = get_matching_subgraph_pairs(mp, mq) 416 results = get_matching_subgraph_pairs(mp1, mp2) 428 results = get_matching_subgraph_pairs(mp1, mp2) 445 results = get_matching_subgraph_pairs(mp, mq) 478 results = get_matching_subgraph_pairs(mp, mq) [all …]
|
/aosp_15_r20/external/pytorch/torch/ao/ns/ |
H A D | _numeric_suite_fx.py | 95 get_matching_subgraph_pairs, 344 matched_subgraph_pairs = get_matching_subgraph_pairs( 484 matched_subgraph_pairs = get_matching_subgraph_pairs( 689 matched_subgraph_pairs = get_matching_subgraph_pairs(
|
/aosp_15_r20/external/pytorch/torch/ao/ns/fx/ |
H A D | graph_matcher.py | 313 def get_matching_subgraph_pairs( function
|