Home
last modified time | relevance | path

Searched refs:test_memory_format (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_mkldnn_pattern_matcher.py533 test_memory_format = [torch.contiguous_format, cl_format]
537 test_memory_format,
H A Dtest_torchinductor.py3100 test_memory_format = [torch.contiguous_format]
3106 test_memory_format.append(channels_last)
3107 for memory_format in test_memory_format:
/aosp_15_r20/external/pytorch/test/
H A Dtest_modules.py619 def test_memory_format(self, device, dtype, module_info, training): member in TestModule
H A Dtest_testing.py1446 def test_memory_format(self, dtype, device, memory_format_and_shape): member in TestMakeTensor
H A Dtest_torch.py8635 def test_memory_format(self): member in TestTorch