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

Function TYPED_TEST

test/transform.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150TYPED_TEST(Transform, PerspectiveNearest) {
151 transformTest<TypeParam>(string(TEST_DIR "/transform/tux_nearest.test"),
152 string(TEST_DIR "/transform/tux_tmat.test"),
153 AF_INTERP_NEAREST, false);
154}
155
156TYPED_TEST(Transform, PerspectiveBilinear) {
157 transformTest<TypeParam>(string(TEST_DIR "/transform/tux_bilinear.test"),

Callers

nothing calls this directly

Calls 1

testSpclOutArrayMethod · 0.45

Tested by

no test coverage detected