HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stream_handles.h File Reference
#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 &)>