| 1189 | } |
| 1190 | |
| 1191 | void TestOutputArrayInfo::init(const unsigned ndims, const dim_t *const dims, |
| 1192 | const af_dtype ty) { |
| 1193 | ASSERT_SUCCESS(af_randu(&out_arr, ndims, dims, ty)); |
| 1194 | } |
| 1195 | |
| 1196 | void TestOutputArrayInfo::init(const unsigned ndims, const dim_t *const dims, |
| 1197 | const af_dtype ty, |
no test coverage detected