Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/ao/ns/fx/
H A Dgraph_matcher.py159 class GraphMatchingException(Exception): class
437 raise GraphMatchingException(msg)
463 raise GraphMatchingException(msg)
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_numeric_suite_fx.py54 GraphMatchingException,
415 with self.assertRaises(GraphMatchingException) as ex:
427 with self.assertRaises(GraphMatchingException) as ex: