Home
last modified time | relevance | path

Searched defs:ref_src2 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/
H A Dcl_gemm.cpp267 SimpleTensor<half> ref_src2 = { TensorShape(N, M, B), data_type, 1 }; in do_validate() local
281 SimpleTensor<float> ref_src2 = { TensorShape(N, M, B), data_type, 1 }; in do_validate() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DArithmeticDivisionFixture.h69 TensorType ref_src2 = create_tensor<TensorType>(shape1, data_type, 1); in compute_target() local
H A DComparisonFixture.h67 TensorType ref_src2 = create_tensor<TensorType>(shape1, data_type, 1, qinfo1); in compute_target() local
H A DElementwiseOperationsFixture.h92 TensorType ref_src2 = create_tensor<TensorType>(shape1, data_type1, 1, qinfo1); in compute_target() local
209 TensorType ref_src2 = create_tensor<TensorType>(shape1, data_type1, 1, qinfo1); in compute_target() local
H A DArithmeticOperationsFixture.h72 TensorType ref_src2 = create_tensor<TensorType>(shape1, data_type, 1, qinfo1); in compute_target() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DPReluLayer.cpp106 SimpleTensor<float> ref_src2{ tensor_info.tensor_shape(), tensor_info.data_type() }; in compute_float_reference() local