#include <execution_provider.h>
Interface for performing kernel lookup within kernel registries. Abstracts away lower-level details about kernel registries and kernel matching.
Definition at line 109 of file execution_provider.h.
onnxruntime::IExecutionProvider::IKernelLookup::~IKernelLookup |
( |
| ) |
|
|
protecteddefault |
virtual const KernelCreateInfo* onnxruntime::IExecutionProvider::IKernelLookup::LookUpKernel |
( |
const Node & |
node | ) |
const |
|
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.
The documentation for this class was generated from the following file: