Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_bytecode_utils.py14 class BytecodeTests(torch._dynamo.test_case.TestCase): class
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dis.py1664 class BytecodeTests(InstructionTestCase, DisTestBase): class