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

#include <execution_provider.h>

Public Attributes

CreateFunctionStateFunc create_state_func
 
ComputeFunc compute_func
 
DestroyFunctionStateFunc release_state_func
 

Detailed Description

Definition at line 46 of file execution_provider.h.

Member Data Documentation

ComputeFunc onnxruntime::NodeComputeInfo::compute_func

Definition at line 48 of file execution_provider.h.

CreateFunctionStateFunc onnxruntime::NodeComputeInfo::create_state_func

Definition at line 47 of file execution_provider.h.

DestroyFunctionStateFunc onnxruntime::NodeComputeInfo::release_state_func

Definition at line 49 of file execution_provider.h.


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