HDK
|
This is the complete list of members for onnxruntime::Environment, including all inherited members.
Create(std::unique_ptr< logging::LoggingManager > logging_manager, std::unique_ptr< Environment > &environment, const OrtThreadingOptions *tp_options=nullptr, bool create_global_thread_pools=false) | onnxruntime::Environment | static |
CreateAndRegisterAllocator(const OrtMemoryInfo &mem_info, const OrtArenaCfg *arena_cfg=nullptr) | onnxruntime::Environment | |
CreateAndRegisterAllocatorV2(const std::string &provider_type, const OrtMemoryInfo &mem_info, const std::unordered_map< std::string, std::string > &options, const OrtArenaCfg *arena_cfg=nullptr) | onnxruntime::Environment | |
EnvCreatedWithGlobalThreadPools() const | onnxruntime::Environment | inline |
Environment()=default | onnxruntime::Environment | |
GetInterOpThreadPool() const | onnxruntime::Environment | inline |
GetIntraOpThreadPool() const | onnxruntime::Environment | inline |
GetLoggingManager() const | onnxruntime::Environment | inline |
GetRegisteredSharedAllocators() const | onnxruntime::Environment | inline |
RegisterAllocator(AllocatorPtr allocator) | onnxruntime::Environment | |
SetLoggingManager(std::unique_ptr< onnxruntime::logging::LoggingManager > logging_manager) | onnxruntime::Environment | inline |
UnregisterAllocator(const OrtMemoryInfo &mem_info) | onnxruntime::Environment |