Searched defs:ref_src2 (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/ |
H A D | cl_gemm.cpp | 267 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 D | ArithmeticDivisionFixture.h | 69 TensorType ref_src2 = create_tensor<TensorType>(shape1, data_type, 1); in compute_target() local
|
H A D | ComparisonFixture.h | 67 TensorType ref_src2 = create_tensor<TensorType>(shape1, data_type, 1, qinfo1); in compute_target() local
|
H A D | ElementwiseOperationsFixture.h | 92 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 D | ArithmeticOperationsFixture.h | 72 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 D | PReluLayer.cpp | 106 SimpleTensor<float> ref_src2{ tensor_info.tensor_shape(), tensor_info.data_type() }; in compute_float_reference() local
|