Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ TEST
Function
TEST
test/bilateral.cpp:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
TEST(BilateralOnImage, Grayscale) {
66
bilateralTest<float, false>(string(TEST_DIR
"/bilateral/gray.test"
));
67
}
68
69
TEST(BilateralOnImage, Color) {
70
bilateralTest<float, true>(string(TEST_DIR
"/bilateral/color.test"
));
Callers
nothing calls this directly
Calls
8
compareArraysRMSD
Function · 0.85
constant
Function · 0.85
host
Method · 0.80
abs
Function · 0.70
bilateral
Function · 0.50
dim4
Class · 0.50
iota
Function · 0.50
elements
Method · 0.45
Tested by
no test coverage detected