Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/
H A Dcl_gemm.cpp266 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 DArithmeticDivisionFixture.h68 TensorType ref_src1 = create_tensor<TensorType>(shape0, data_type, 1); in compute_target() local
H A DComparisonFixture.h66 TensorType ref_src1 = create_tensor<TensorType>(shape0, data_type, 1, qinfo0); in compute_target() local
H A DElementwiseOperationsFixture.h91 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 DArithmeticOperationsFixture.h71 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 DPReluLayer.cpp105 SimpleTensor<float> ref_src1{ tensor_info.tensor_shape(), tensor_info.data_type() }; in compute_float_reference() local