Searched defs:_common (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Tools/c-analyzer/c_parser/preprocessor/ | ||
D | pure.py | 4 from . import common as _common unknown |
D | gcc.py | 4 from . import common as _common unknown |
/external/pytorch/test/dynamo/ | ||
D | test_interop.py | 13 def _common(self, fn): member in InteropTests |
D | test_base_output.py | 48 def _common(self, fn, op_count): member in TestBaseOutput |
D | test_python_autograd.py | 203 def _common(self, fn, expected_ops): member in TestPythonAutograd |
D | test_model_output.py | 95 def _common(self, fn, op_count): member in TestModelOutput |
D | test_subgraphs.py | 20 def _common(self, fn, frame_count, op_count): member in SubGraphTests |