Home
last modified time | relevance | path

Searched refs:test_conv2d_valid_padding (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/xpu/
H A Dtest_conv.py427 def test_conv2d_valid_padding(self, device, dtype): member in TestConvolutionNNDeviceType
/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_convolution.py1780 def test_conv2d_valid_padding(self, device, dtype): member in TestConvolutionNNDeviceType
/aosp_15_r20/external/pytorch/test/
H A Dtest_mps.py8943 def test_conv2d_valid_padding(self, device='mps'): member in TestNNMPS