MCPcopy 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
79forge::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
86unsigned Image::pixels() const
87{

Callers 1

fg_get_image_typeFunction · 0.45

Calls 1

fg_get_image_typeFunction · 0.85

Tested by

no test coverage detected