Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ hsv2rgb
Function
hsv2rgb
src/backend/oneapi/hsv_rgb.cpp:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
template<typename T>
18
Array<T> hsv2rgb(const Array<T>& in) {
19
ONEAPI_NOT_SUPPORTED(
""
);
20
Array<T> out = createEmptyArray<T>(in.dims());
21
return out;
22
}
23
24
template<typename T>
25
Array<T> rgb2hsv(const Array<T>& in) {
Callers
nothing calls this directly
Calls
1
dims
Method · 0.45
Tested by
no test coverage detected