HDK
|
#include <execution_provider.h>
Public Attributes | |
CreateFunctionStateFunc | create_state_func |
ComputeFunc | compute_func |
DestroyFunctionStateFunc | release_state_func |
Definition at line 48 of file execution_provider.h.
ComputeFunc onnxruntime::NodeComputeInfo::compute_func |
Definition at line 50 of file execution_provider.h.
CreateFunctionStateFunc onnxruntime::NodeComputeInfo::create_state_func |
Definition at line 49 of file execution_provider.h.
DestroyFunctionStateFunc onnxruntime::NodeComputeInfo::release_state_func |
Definition at line 51 of file execution_provider.h.