/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/ |
H A D | cl_gemm.cpp | 273 … SimpleTensor<half> ref_dst = reference::gemm<half>(ref_src0, ref_src1, ref_src2, alpha, beta); in do_validate() local 287 … SimpleTensor<float> ref_dst = reference::gemm<float>(ref_src0, ref_src1, ref_src2, alpha, beta); in do_validate() local 295 SimpleTensor<uint8_t> ref_dst; in do_validate() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | IndirectConvolutionLayer.cpp | 105 …auto ref_dst = reference::convolution_layer<float>(ref_src, ref_wei, ref_bia, dst_shape_nchw, conv… in TEST_SUITE() local 157 …auto ref_dst = reference::convolution_layer<float>(ref_src, ref_wei, ref_bia, dst_shape_nchw, conv… in TEST_CASE() local
|
H A D | DirectConvolutionLayer.cpp | 133 …auto ref_dst = reference::convolution_layer<float>(ref_src, ref_weights, ref_bias, dst_shape, conv… in TEST_SUITE() local 184 …auto ref_dst = reference::convolution_layer<float>(ref_src, ref_weights, ref_bias, dst_shape, conv… in TEST_CASE() local
|
H A D | SoftmaxLayer.cpp | 107 auto ref_dst = reference::softmax_layer<float>(ref_src, 1., 0, false); in TEST_SUITE() local
|
H A D | PReluLayer.cpp | 107 SimpleTensor<float> ref_dst{ tensor_info.tensor_shape(), tensor_info.data_type() }; in compute_float_reference() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | intrapred_test.cc | 69 void RunTest(Pixel *left_col, Pixel *above_data, Pixel *dst, Pixel *ref_dst) { in RunTest() 100 Pixel *ref_dst) { in RunSpeedTest()
|
H A D | av1_horz_only_frame_superres_test.cc | 138 const Pixel *ref_dst = &dst_data_[0]; in Check() local
|
H A D | av1_convolve_scale_test.cc | 143 const SrcPixel *ref_dst = &dst_data_[0]; in Check() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/ |
H A D | MulFixture.h | 170 SimpleTensor<T> ref_dst = reference::pixel_wise_multiplication<T, T, T>(ref_lhs, in compute_reference() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/ |
H A D | DirectConvolutionLayer.cpp | 180 …auto ref_dst = reference::convolution_layer<float>(ref_src, ref_weights, ref_bias, dst_shape, conv… in TEST_SUITE() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | vp9_intrapred_test.cc | 49 void RunTest(Pixel *left_col, Pixel *above_data, Pixel *dst, Pixel *ref_dst) { in RunTest()
|