ImageInfo
type ImageInfo struct {
Height int64
Width int64
Channels int64
}
ImageInfo mirrors the C ABI's `clika_rt_image_info` POD.
type ImageInfo struct {
Height int64
Width int64
Channels int64
}
ImageInfo mirrors the C ABI's `clika_rt_image_info` POD.