Searched defs:ref_src1 (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/ |
H A D | cl_gemm.cpp | 266 SimpleTensor<half> ref_src1 = { TensorShape(N, K, B), data_type, 1 }; in do_validate() local 280 SimpleTensor<float> ref_src1 = { TensorShape(N, K, B), data_type, 1 }; in do_validate() local 294 SimpleTensor<uint8_t> ref_src1{ TensorShape(N, K, B), data_type, 1 }; in do_validate() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | ArithmeticDivisionFixture.h | 68 TensorType ref_src1 = create_tensor<TensorType>(shape0, data_type, 1); in compute_target() local
|
H A D | ComparisonFixture.h | 66 TensorType ref_src1 = create_tensor<TensorType>(shape0, data_type, 1, qinfo0); in compute_target() local
|
H A D | ElementwiseOperationsFixture.h | 91 TensorType ref_src1 = create_tensor<TensorType>(shape0, data_type0, 1, qinfo0); in compute_target() local 208 TensorType ref_src1 = create_tensor<TensorType>(shape0, data_type0, 1, qinfo0); in compute_target() local
|
H A D | ArithmeticOperationsFixture.h | 71 TensorType ref_src1 = create_tensor<TensorType>(shape0, data_type, 1, qinfo0); in compute_target() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | PReluLayer.cpp | 105 SimpleTensor<float> ref_src1{ tensor_info.tensor_shape(), tensor_info.data_type() }; in compute_float_reference() local
|