Searched defs:ref_src1 (Results 1 – 6 of 6) sorted by relevance
| /external/ComputeLibrary/tests/validate_examples/ |
| 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
|
| /external/ComputeLibrary/tests/validation/fixtures/ |
| D | ArithmeticDivisionFixture.h | 68 TensorType ref_src1 = create_tensor<TensorType>(shape0, data_type, 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 | ArithmeticOperationsFixture.h | 71 TensorType ref_src1 = create_tensor<TensorType>(shape0, data_type, 1, qinfo0); in compute_target() local
|
| 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
|
| /external/ComputeLibrary/tests/validation/CL/ |
| D | PReluLayer.cpp | 105 SimpleTensor<float> ref_src1{ tensor_info.tensor_shape(), tensor_info.data_type() }; in compute_float_reference() local
|