Searched defs:ref_src1 (Results 1 – 6 of 6) sorted by relevance
/external/ComputeLibrary/tests/validate_examples/ |
D | cl_gemm.cpp | 263 SimpleTensor<half> ref_src1 = { TensorShape(N, K, B), data_type, 1 }; in do_validate() local 277 SimpleTensor<float> ref_src1 = { TensorShape(N, K, B), data_type, 1 }; in do_validate() local 291 SimpleTensor<uint8_t> ref_src1{ TensorShape(N, K, B), data_type, 1 }; in do_validate() local
|
/external/ComputeLibrary/tests/validation/fixtures/ |
D | ArithmeticDivisionFixture.h | 65 TensorType ref_src1 = create_tensor<TensorType>(shape0, data_type, 1); in compute_target() local
|
D | AbsoluteDifferenceFixture.h | 64 TensorType ref_src1 = create_tensor<TensorType>(shape, data_type0, 1); in compute_target() local
|
D | ComparisonFixture.h | 66 TensorType ref_src1 = create_tensor<TensorType>(shape0, data_type, 1, qinfo0); in compute_target() local
|
D | ElementwiseOperationsFixture.h | 86 TensorType ref_src1 = create_tensor<TensorType>(shape0, data_type0, 1, qinfo0); in compute_target() local 159 TensorType ref_src1 = create_tensor<TensorType>(shape0, data_type0, 1, qinfo0); in compute_target() local
|
D | ArithmeticOperationsFixture.h | 71 TensorType ref_src1 = create_tensor<TensorType>(shape0, data_type0, 1, qinfo0); in compute_target() local
|