Caffe2 - C++ API
A deep learning, cross platform ML framework
net_async_gpu_thread_pool.h
1 #ifndef CAFFE2_CORE_NET_ASYNC_GPU_THREAD_POOL_H_
2 #define CAFFE2_CORE_NET_ASYNC_GPU_THREAD_POOL_H_
3 
4 #include "caffe2/core/net_async_polling.h"
5 
6 namespace caffe2 {
7 
8 std::shared_ptr<TaskThreadPool> GetAsyncNetGPUThreadPool(int gpu_id);
9 
10 } // namespace caffe2
11 
12 #endif // CAFFE2_CORE_NET_ASYNC_GPU_THREAD_POOL_H_
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...