HDK
|
#include <functional>
#include <unordered_map>
#include "core/framework/allocator.h"
#include "core/framework/ortdevice.h"
#include "core/common/status.h"
Go to the source code of this file.
Classes | |
class | onnxruntime::Stream |
class | onnxruntime::synchronize::Notification |
class | onnxruntime::IStreamCommandHandleRegistry |
Namespaces | |
onnxruntime | |
onnxruntime::synchronize | |
Typedefs | |
using | onnxruntime::NotificationHandle = void * |
using | onnxruntime::StreamHandle = void * |
using | onnxruntime::CreateStreamFn = std::function< std::unique_ptr< Stream >(const OrtDevice &)> |