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

Class Range

test/range.cpp:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33template<typename T>
34class Range : public ::testing::Test {
35 public:
36 virtual void SetUp() {
37 subMat0.push_back(af_make_seq(0, 4, 1));
38 subMat0.push_back(af_make_seq(2, 6, 1));
39 subMat0.push_back(af_make_seq(0, 2, 1));
40 }
41 vector<af_seq> subMat0;
42};
43
44template<typename T>
45class RangeMax : public Range<T> {};

Callers 1

jit.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected