|
HDK
|
#include <functional>#include <unordered_map>#include "core/framework/allocator.h"#include "core/framework/ortdevice.h"#include "core/common/status.h"
Include dependency graph for stream_handles.h:
This graph shows which files directly or indirectly include this file: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 &)> |