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

Method SetUp

test/resize.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30class Resize : public ::testing::Test {
31 public:
32 virtual void SetUp() {
33 subMat0.push_back(af_make_seq(0, 4, 1));
34 subMat0.push_back(af_make_seq(2, 6, 1));
35 subMat0.push_back(af_make_seq(0, 2, 1));
36 }
37 vector<af_seq> subMat0;
38};
39

Callers

nothing calls this directly

Calls 1

af_make_seqFunction · 0.50

Tested by

no test coverage detected