HomeSort by relevance Sort by last modified time
    Searched defs:ThreadPoolDevice (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
threadpool_device.cc 37 ThreadPoolDevice::ThreadPoolDevice(const SessionOptions& options,
45 ThreadPoolDevice::~ThreadPoolDevice() {}
47 void ThreadPoolDevice::Compute(OpKernel* op_kernel, OpKernelContext* context) {
64 Allocator* ThreadPoolDevice::GetAllocator(AllocatorAttributes attr) {
68 Status ThreadPoolDevice::MakeTensorFromProto(
threadpool_device.h 25 class ThreadPoolDevice : public LocalDevice {
27 ThreadPoolDevice(const SessionOptions& options, const string& name,
30 ~ThreadPoolDevice() override;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceThreadPool.h 107 struct ThreadPoolDevice {
109 ThreadPoolDevice(ThreadPoolInterface* pool, int num_cores) : pool_(pool), num_threads_(num_cores) { }
185 typedef TensorCostModel<ThreadPoolDevice> CostModel;

Completed in 73 milliseconds