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

Function TYPED_TEST

test/approx1.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131TYPED_TEST(Approx1, Approx1Nearest) {
132 approx1Test<TypeParam>(string(TEST_DIR "/approx/approx1.test"), 0,
133 AF_INTERP_NEAREST);
134}
135
136TYPED_TEST(Approx1, Approx1Linear) {
137 approx1Test<TypeParam>(string(TEST_DIR "/approx/approx1.test"), 1,

Callers

nothing calls this directly

Calls 2

testSpclOutArrayMethod · 0.45

Tested by

no test coverage detected