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

Class lookup

test/index.cpp:708–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706
707template<typename T>
708class lookup : public ::testing::Test {
709 public:
710 virtual void SetUp() {}
711};
712
713typedef ::testing::Types<float, double, int, unsigned, signed char,
714 unsigned char, short, ushort, intl, uintl,

Callers 5

TESTFunction · 0.70
TESTFunction · 0.70
naive_bayes_trainFunction · 0.50
setup_mnistFunction · 0.50
baggingFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected