Blink API
|
#include <Blink.h>
Public Member Functions | |
KernelInfo (const KernelInfo &info) | |
KernelInfo (const std::string &name, KernelType type, KernelGranularity granularity) | |
std::string | getName () const |
KernelType | getType () const |
KernelGranularity | getGranularity () const |
Additional Inherited Members | |
Public Attributes inherited from BlinkKernelInfo | |
const char * | kernelName |
BlinkKernelType | kernelType |
BlinkKernelGranularity | kernelGranularity |
Kernel information.
Describes characteristics of a kernel.
©2024 The Foundry Visionmongers, Ltd. All Rights Reserved. |