Home
last modified time | relevance | path

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

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