HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::KernelCreateInfo Struct Reference

#include <op_kernel.h>

Public Member Functions

 KernelCreateInfo (std::unique_ptr< KernelDef > definition, KernelCreateFn create_func)
 
 KernelCreateInfo (KernelCreateInfo &&other) noexcept
 
 KernelCreateInfo ()=default
 

Public Attributes

std::unique_ptr< KernelDefkernel_def
 
KernelCreateFn kernel_create_func
 
Status status
 

Detailed Description

Definition at line 137 of file op_kernel.h.

Constructor & Destructor Documentation

onnxruntime::KernelCreateInfo::KernelCreateInfo ( std::unique_ptr< KernelDef definition,
KernelCreateFn  create_func 
)
inline

Definition at line 142 of file op_kernel.h.

onnxruntime::KernelCreateInfo::KernelCreateInfo ( KernelCreateInfo &&  other)
inlinenoexcept

Definition at line 147 of file op_kernel.h.

onnxruntime::KernelCreateInfo::KernelCreateInfo ( )
default

Member Data Documentation

KernelCreateFn onnxruntime::KernelCreateInfo::kernel_create_func

Definition at line 139 of file op_kernel.h.

std::unique_ptr<KernelDef> onnxruntime::KernelCreateInfo::kernel_def

Definition at line 138 of file op_kernel.h.

Status onnxruntime::KernelCreateInfo::status

Definition at line 140 of file op_kernel.h.


The documentation for this struct was generated from the following file: