Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_numeric_suite_fx.py53 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.py95 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 Dgraph_matcher.py313 def get_matching_subgraph_pairs( function