Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ channelType
Method
channelType
src/api/cpp/image.cpp:79–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
forge::dtype Image::channelType() const
80
{
81
fg_dtype temp = (fg_dtype)1;
82
FG_THROW(fg_get_image_type(&temp, get()));
83
return (forge::dtype)temp;
84
}
85
86
unsigned Image::pixels() const
87
{
Callers
1
fg_get_image_type
Function · 0.45
Calls
1
fg_get_image_type
Function · 0.85
Tested by
no test coverage detected