Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/mpscnn/tests/
H A DMetalOpTestRunner.mm88 REG_TEST("test_reflection_pad2d", test_reflection_pad2d);
H A DMPSCNNTests.h61 bool test_reflection_pad2d();
H A DMPSCNNTests.mm896 bool test_reflection_pad2d() { function
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_op.py7431 def test_reflection_pad2d(self, batch_size, channels, height, width, qtype): member in TestPadding
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor.py5800 def test_reflection_pad2d(self): member in CommonTemplate