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

Function TEST

test/gaussiankernel.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143TEST(GaussianKernel, Small1D_CPP) {
144 gaussianKernelTestCPP(string(TEST_DIR "/gaussian/gauss1_7.test"), 0.0);
145}
146
147TEST(GaussianKernel, Small1DWithSigma_CPP) {
148 gaussianKernelTestCPP(string(TEST_DIR "/gaussian/gauss1_7_sigma1.test"),

Callers

nothing calls this directly

Calls 1

gaussianKernelTestCPPFunction · 0.85

Tested by

no test coverage detected