MCPcopy Create free account
hub / github.com/arrayfire/forge / channelType

Method channelType

src/backend/common/image.hpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 inline forge::ChannelFormat pixelFormat() const { return mImage->pixelFormat(); }
48
49 inline forge::dtype channelType() const { return mImage->channelType(); }
50
51 inline unsigned pbo() const { return mImage->pbo(); }
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected