MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / ~TestOutputArrayInfo

Method ~TestOutputArrayInfo

test/arrayfire_test.cpp:1185–1189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1183}
1184
1185TestOutputArrayInfo::~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
1191void TestOutputArrayInfo::init(const unsigned ndims, const dim_t *const dims,
1192 const af_dtype ty) {

Callers

nothing calls this directly

Calls 1

af_release_arrayFunction · 0.50

Tested by

no test coverage detected