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

Method SetUp

test/wrap.cpp:492–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490 WrapAPITest() : input(), in_(0), in_dims(4, 4, 1, 1) {}
491
492 virtual void SetUp() {
493 input = GetParam();
494 ::getInput(&in_, in_dims.get());
495 }
496 virtual void TearDown() {
497 if (in_ != 0) af_release_array(in_);
498 }

Callers

nothing calls this directly

Calls 2

getInputFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected