/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/ |
D | tfl-to-tosa-pipeline-filtered.mlir | 5 // CHECK-LABEL: test_conv2d 8 func.func @test_conv2d(%arg0: tensor<1x32x32x8xf32>, %arg1: tensor<16x2x2x8xf32>) -> tensor<*xf32> {
|
D | tf-to-tosa-pipeline.mlir | 9 // CHECK-LABEL: test_conv2d 14 func.func @test_conv2d(%arg0: tensor<1x32x32x8xf32>, %arg1: tensor<2x2x8x16xf32>) -> tensor<1x32x32…
|
D | tfl-to-tosa-pipeline.mlir | 13 // CHECK-LABEL: test_conv2d 16 func.func @test_conv2d(%arg0: tensor<1x32x32x8xf32>, %arg1: tensor<16x2x2x8xf32>) -> tensor<*xf32> {
|
/external/pytorch/aten/src/ATen/native/metal/mpscnn/tests/ |
D | MetalOpTestRunner.mm | 40 REG_TEST("test_conv2d", test_conv2d);
|
D | MPSCNNTests.h | 6 bool test_conv2d();
|
D | MPSCNNTests.mm | 162 bool test_conv2d() { function
|
/external/mesa3d/src/gallium/targets/teflon/ |
D | test_model_generation.py | 200 def test_conv2d(batch_size, input_size, weight_size, in_ch, out_ch, stride, padding, signed, seed): function 218 test_conv2d(1, 80, 5, 16, 128, 2, "same", False, 4)
|
/external/pytorch/test/mobile/ |
D | test_quantize_fx_lite_script_module.py | 51 def test_conv2d(self): member in TestLiteFuseFx
|
/external/executorch/backends/arm/test/ops/ |
D | test_depthwise_conv.py | 16 from executorch.backends.arm.test.ops.test_conv2d import Conv2d
|
/external/pytorch/test/quantization/pt2e/ |
D | test_representation.py | 129 def test_conv2d(self): member in TestPT2ERepresentation
|
D | test_xnnpack_quantizer.py | 71 def test_conv2d(self): member in TestXNNPACKQuantizer
|
D | test_x86inductor_quantizer.py | 584 def test_conv2d(self): member in TestQuantizePT2EX86Inductor
|
/external/pytorch/test/inductor/ |
D | test_snode_runtime.py | 107 def test_conv2d(self): member in ComputeBoundedTests
|
/external/pytorch/test/quantization/bc/ |
D | test_backward_compatibility.py | 316 def test_conv2d(self): member in TestSerialization
|
/external/pytorch/test/ |
D | test_nnapi.py | 507 def test_conv2d(self): member in TestNNAPI
|
D | test_xnnpack_integration.py | 99 def test_conv2d( member in TestXNNPACKOps 322 def test_conv2d( member in TestXNNPACKSerDes
|
D | test_jit_llga_fuser.py | 138 def test_conv2d(self, dtype): member in TestOp
|
D | test_mkldnn.py | 285 def test_conv2d(self): member in TestMkldnn
|
D | test_jit_fuser_te.py | 2168 def test_conv2d(self): member in TestTEFuser
|
/external/executorch/backends/vulkan/test/ |
D | vulkan_compute_api_test.cpp | 2939 void test_conv2d( in test_conv2d() function 2986 test_conv2d( in TEST() 2994 test_conv2d( in TEST()
|
/external/pytorch/aten/src/ATen/test/ |
D | vulkan_quantized_api_test.cpp | 1456 void test_conv2d(bool bias_quantized) { in test_conv2d() function 1561 test_conv2d(false); in TEST_F() 1562 test_conv2d(true); in TEST_F()
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | control_flow_ops_test.py | 425 def test_conv2d(self): member in NNTest
|
/external/pytorch/test/functorch/ |
D | test_vmap.py | 3254 def test_conv2d(self): member in TestVmapOperators
|