MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / SetUp

Method SetUp

test/wrap.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 , is_column(true) {}
274
275 virtual void SetUp() {
276 ::getInput(&in_, &in_dims[0]);
277 ::getGold(&gold_, &in_dims[0]);
278 }
279
280 virtual void TearDown() {
281 if (in_ != 0) af_release_array(in_);

Callers

nothing calls this directly

Calls 2

getInputFunction · 0.85
getGoldFunction · 0.85

Tested by

no test coverage detected