HomeSort by relevance Sort by last modified time
    Searched refs:ThreadPoolInterface (Results 1 - 8 of 8) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
ThreadPoolInterface.h 17 class ThreadPoolInterface {
28 virtual ~ThreadPoolInterface() {}
SimpleThreadPool.h 21 class SimpleThreadPoolTempl : public ThreadPoolInterface {
NonBlockingThreadPool.h 17 class NonBlockingThreadPoolTempl : public Eigen::ThreadPoolInterface {
  /external/tensorflow/tensorflow/core/common_runtime/
eigen_thread_pool.h 24 class EigenThreadPoolWrapper : public Eigen::ThreadPoolInterface {
local_device.cc 58 std::unique_ptr<Eigen::ThreadPoolInterface> eigen_threadpool_wrapper_;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceThreadPool.h 109 ThreadPoolDevice(ThreadPoolInterface* pool, int num_cores) : pool_(pool), num_threads_(num_cores) { }
272 ThreadPoolInterface* pool_;
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
multithreaded_conv.h 38 class EigenThreadPoolWrapper : public Eigen::ThreadPoolInterface {
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding.cc 49 class EigenThreadPoolWrapper : public Eigen::ThreadPoolInterface {
97 std::unique_ptr<Eigen::ThreadPoolInterface> eigen_threadpool_wrapper_;
    [all...]

Completed in 755 milliseconds