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

Function TYPED_TEST

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

Source from the content-addressed store, hash-verified

129}
130
131TYPED_TEST(Approx2, Approx2Nearest) {
132 approx2Test<TypeParam>(string(TEST_DIR "/approx/approx2.test"), 0,
133 AF_INTERP_NEAREST);
134}
135
136TYPED_TEST(Approx2, Approx2Linear) {
137 approx2Test<TypeParam>(string(TEST_DIR "/approx/approx2.test"), 1,

Callers

nothing calls this directly

Calls 2

testSpclOutArrayMethod · 0.45

Tested by

no test coverage detected