Home
last modified time | relevance | path

Searched defs:ref_dst (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/
H A Dcl_gemm.cpp273 … 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 DIndirectConvolutionLayer.cpp105 …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 DDirectConvolutionLayer.cpp133 …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 DSoftmaxLayer.cpp107 auto ref_dst = reference::softmax_layer<float>(ref_src, 1., 0, false); in TEST_SUITE() local
H A DPReluLayer.cpp107 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 Dintrapred_test.cc69 void RunTest(Pixel *left_col, Pixel *above_data, Pixel *dst, Pixel *ref_dst) { in RunTest()
100 Pixel *ref_dst) { in RunSpeedTest()
H A Dav1_horz_only_frame_superres_test.cc138 const Pixel *ref_dst = &dst_data_[0]; in Check() local
H A Dav1_convolve_scale_test.cc143 const SrcPixel *ref_dst = &dst_data_[0]; in Check() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/
H A DMulFixture.h170 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 DDirectConvolutionLayer.cpp180 …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 Dvp9_intrapred_test.cc49 void RunTest(Pixel *left_col, Pixel *above_data, Pixel *dst, Pixel *ref_dst) { in RunTest()