| 1183 | } |
| 1184 | |
| 1185 | TestOutputArrayInfo::~TestOutputArrayInfo() { |
| 1186 | if (out_subarr) af_release_array(out_subarr); |
| 1187 | if (out_arr_cpy) af_release_array(out_arr_cpy); |
| 1188 | if (out_arr) af_release_array(out_arr); |
| 1189 | } |
| 1190 | |
| 1191 | void TestOutputArrayInfo::init(const unsigned ndims, const dim_t *const dims, |
| 1192 | const af_dtype ty) { |
nothing calls this directly
no test coverage detected