/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/mpscnn/tests/ |
H A D | MetalOpTestRunner.mm | 42 REG_TEST("test_max_pool2d", test_max_pool2d);
|
H A D | MPSCNNTests.h | 8 bool test_max_pool2d();
|
H A D | MPSCNNTests.mm | 225 bool test_max_pool2d() { function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | vulkan_quantized_api_test.cpp | 2415 void test_max_pool2d( in test_max_pool2d() function 2451 test_max_pool2d({1, 3, 72, 96}, c10::ScalarType::QInt8); in TEST_F() 2452 test_max_pool2d({5, 13, 55, 68}, c10::ScalarType::QInt8); in TEST_F() 2457 test_max_pool2d({5, 13, 55, 68}, c10::ScalarType::QUInt8); in TEST_F() 2458 test_max_pool2d({5, 13, 55, 19}, c10::ScalarType::QUInt8); in TEST_F()
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_nnapi.py | 423 def test_max_pool2d(self): member in TestNNAPI
|
H A D | test_jit_llga_fuser.py | 193 def test_max_pool2d(self, dtype): member in TestOp
|
H A D | test_mkldnn.py | 736 def test_max_pool2d(self): member in TestMkldnn
|
H A D | test_mps.py | 2236 def test_max_pool2d(self): member in TestMPS
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/ |
H A D | tf-to-tosa-pipeline.mlir | 457 // CHECK-LABEL: test_max_pool2d 459 func.func @test_max_pool2d(%arg0: tensor<1x32x32x8xf32>) -> tensor<1x32x32x8xf32> {
|
H A D | tfl-to-tosa-pipeline.mlir | 635 // CHECK-LABEL: test_max_pool2d 637 func.func @test_max_pool2d(%arg0: tensor<1x32x32x8xf32>) -> tensor<*xf32> {
|
/aosp_15_r20/external/executorch/backends/vulkan/test/ |
H A D | vulkan_compute_api_test.cpp | 2850 void test_max_pool2d( in test_max_pool2d() function 2933 test_max_pool2d( in TEST()
|
/aosp_15_r20/external/pytorch/test/nn/ |
H A D | test_pooling.py | 1053 def test_max_pool2d(self, device): member in TestPoolingNNDeviceType
|
/aosp_15_r20/external/pytorch/test/quantization/core/ |
H A D | test_quantized_op.py | 1441 def test_max_pool2d(self, X, kernel, stride, dilation, padding, ceil_mode): member in TestQuantizedOps
|