HDK
|
#include <execution_provider.h>
Public Member Functions | |
virtual const KernelCreateInfo * | LookUpKernel (const Node &node) const =0 |
Protected Member Functions | |
~IKernelLookup ()=default | |
Interface for performing kernel lookup within kernel registries. Abstracts away lower-level details about kernel registries and kernel matching.
Definition at line 94 of file execution_provider.h.
|
protecteddefault |
|
pure virtual |
Given node
, try to find a matching kernel for this EP. The return value is non-null if and only if a matching kernel was found.