HDK
|
#include "core/common/status.h"
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) |