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

Method SetUp

test/reorder.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35class Reorder : public ::testing::Test {
36 public:
37 virtual void SetUp() {
38 subMat0.push_back(af_make_seq(0, 4, 1));
39 subMat0.push_back(af_make_seq(2, 6, 1));
40 subMat0.push_back(af_make_seq(0, 2, 1));
41 }
42 vector<af_seq> subMat0;
43};
44

Callers

nothing calls this directly

Calls 1

af_make_seqFunction · 0.50

Tested by

no test coverage detected