Home
last modified time | relevance | path

Searched defs:test_mutation (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_iterlen.py150 def test_mutation(self): member in TestList
170 def test_mutation(self): member in TestListReversed
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_iterlen.py165 def test_mutation(self): member in TestList
184 def test_mutation(self): member in TestListReversed
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_inductor_freezing.py191 def test_mutation(self): member in OptimizeForInferenceTemplate
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_fx_to_onnx_with_onnxruntime.py468 def test_mutation(self): member in TestFxToOnnxWithOnnxRuntime
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_aot_autograd.py70 def test_mutation(self): member in AotAutogradFallbackTests
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_list_dict.py636 def test_mutation(): function