#include <EigenNonBlockingThreadPool.h>
virtual void onnxruntime::concurrency::ExtendedThreadPoolInterface::RunInParallel |
( |
std::function< void(unsigned idx)> |
fn, |
|
|
unsigned |
n, |
|
|
std::ptrdiff_t |
block_size |
|
) |
| |
|
pure virtual |
virtual void onnxruntime::concurrency::ExtendedThreadPoolInterface::RunInParallelSection |
( |
ThreadPoolParallelSection & |
ps, |
|
|
std::function< void(unsigned idx)> |
fn, |
|
|
unsigned |
n, |
|
|
std::ptrdiff_t |
block_size |
|
) |
| |
|
pure virtual |
virtual void onnxruntime::concurrency::ExtendedThreadPoolInterface::StartProfiling |
( |
| ) |
|
|
pure virtual |
virtual std::string onnxruntime::concurrency::ExtendedThreadPoolInterface::StopProfiling |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: