Searched refs:ref_weights (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | DirectConvolutionLayer.cpp | 127 SimpleTensor<float> ref_weights{ weights_shape, dt }; in TEST_SUITE() local 130 library->fill_tensor_value(ref_weights, 1.f); in TEST_SUITE() 133 …auto ref_dst = reference::convolution_layer<float>(ref_src, ref_weights, ref_bias, dst_shape, conv… in TEST_SUITE() 178 SimpleTensor<float> ref_weights{ weights_shape, dt }; in TEST_CASE() local 181 library->fill_tensor_value(ref_weights, 1.f); in TEST_CASE() 184 …auto ref_dst = reference::convolution_layer<float>(ref_src, ref_weights, ref_bias, dst_shape, conv… in TEST_CASE()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/ |
H A D | DirectConvolutionLayer.cpp | 174 SimpleTensor<float> ref_weights{ weights_shape, dt }; in TEST_SUITE() local 177 library->fill_tensor_value(ref_weights, 1.f); in TEST_SUITE() 180 …auto ref_dst = reference::convolution_layer<float>(ref_src, ref_weights, ref_bias, dst_shape, conv… in TEST_SUITE()
|