ONE - On-device Neural Engine
|
#include <CustomKernelRegistry.h>
Public Member Functions | |
void | registerKernel (const std::string &id, nnfw_custom_eval evalFunction) |
std::shared_ptr< backend::custom::IKernelBuilder > | getBuilder () |
std::unique_ptr< CustomKernel > | buildKernelForOp (const std::string &id) |
Definition at line 33 of file CustomKernelRegistry.h.
std::unique_ptr< CustomKernel > onert::api::CustomKernelRegistry::buildKernelForOp | ( | const std::string & | id | ) |
Definition at line 55 of file CustomKernelRegistry.cc.
Referenced by onert::api::KernelBuilder::buildKernel().
std::shared_ptr< backend::custom::IKernelBuilder > onert::api::CustomKernelRegistry::getBuilder | ( | ) |
Definition at line 50 of file CustomKernelRegistry.cc.
void onert::api::CustomKernelRegistry::registerKernel | ( | const std::string & | id, |
nnfw_custom_eval | evalFunction | ||
) |
Definition at line 45 of file CustomKernelRegistry.cc.