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

Function TEST

test/moments.cpp:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160TEST(IMAGE, MomentsImage) {
161 UNSUPPORTED_BACKEND(AF_BACKEND_ONEAPI);
162 momentsOnImageTest(string(TEST_DIR "/moments/gray_seq_16_moments.test"),
163 string(TEST_DIR "/imageio/gray_seq_16.png"), false);
164}
165
166TEST(Image, MomentsImageBatch) {
167 UNSUPPORTED_BACKEND(AF_BACKEND_ONEAPI);

Callers

nothing calls this directly

Calls 3

momentsOnImageTestFunction · 0.85
identityFunction · 0.50
momentsFunction · 0.50

Tested by

no test coverage detected