|
HDK
|
#include "core/common/status.h"
Include dependency graph for func_api.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | onnxruntime::ComputeContext |
Namespaces | |
| onnxruntime | |
Typedefs | |
| using | onnxruntime::AllocateFunc = void *(*)(void *, size_t, size_t) |
| using | onnxruntime::DestroyFunc = void(*)(void *, void *) |
| using | onnxruntime::AllocatorHandle = void * |
| using | onnxruntime::FunctionState = void * |
| using | onnxruntime::CreateFunctionStateC = int(*)(ComputeContext *, FunctionState *) |
| using | onnxruntime::ComputeFuncC = common::Status(*)(FunctionState, const OrtApi *, OrtKernelContext *) |
| using | onnxruntime::DestroyFunctionStateC = void(*)(FunctionState) |