Home
last modified time | relevance | path

Searched defs:_common (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Tools/c-analyzer/c_parser/preprocessor/
Dpure.py4 from . import common as _common unknown
Dgcc.py4 from . import common as _common unknown
/external/pytorch/test/dynamo/
Dtest_interop.py13 def _common(self, fn): member in InteropTests
Dtest_base_output.py48 def _common(self, fn, op_count): member in TestBaseOutput
Dtest_python_autograd.py203 def _common(self, fn, expected_ops): member in TestPythonAutograd
Dtest_model_output.py95 def _common(self, fn, op_count): member in TestModelOutput
Dtest_subgraphs.py20 def _common(self, fn, frame_count, op_count): member in SubGraphTests