HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::IExecutionProvider::IKernelLookup Class Referenceabstract

#include <execution_provider.h>

Public Member Functions

virtual const KernelCreateInfoLookUpKernel (const Node &node) const =0
 

Protected Member Functions

 ~IKernelLookup ()=default
 

Detailed Description

Interface for performing kernel lookup within kernel registries. Abstracts away lower-level details about kernel registries and kernel matching.

Definition at line 96 of file execution_provider.h.

Constructor & Destructor Documentation

onnxruntime::IExecutionProvider::IKernelLookup::~IKernelLookup ( )
protecteddefault

Member Function Documentation

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: