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

Class Approx2V2Simple

test/approx2.cpp:904–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902
903template<typename T>
904class Approx2V2Simple : public Approx2V2<T> {
905 protected:
906 void SetUp() {
907 SUPPORTED_TYPE_CHECK(T);
908 SimpleTestData data;
909 this->setTestData(&data.h_gold.front(), data.gold_dims,
910 &data.h_in.front(), data.in_dims,
911 &data.h_pos1.front(), data.pos1_dims,
912 &data.h_pos2.front(), data.pos2_dims);
913 }
914};
915
916TYPED_TEST_SUITE(Approx2V2Simple, TestTypes);
917

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected