Searched refs:device_ (Results 1 – 10 of 10) sorted by relevance
/external/eigen/bench/tensors/ |
D | tensor_benchmarks.h | 21 : m_(m), k_(k), n_(n), device_(device) { in BenchmarkSuite() 26 : m_(m), k_(m), n_(m), device_(device) { in BenchmarkSuite() 31 device_.deallocate(a_); in ~BenchmarkSuite() 32 device_.deallocate(b_); in ~BenchmarkSuite() 33 device_.deallocate(c_); in ~BenchmarkSuite() 40 device_.memcpy(c_, a_, m_ * m_ * sizeof(T)); in memcpy() 61 B.device(device_) = A.template cast<T>(); in typeCasting() 76 C.device(device_) = C.random(); in random() 99 C.slice(first_quadrant, quarter_sizes).device(device_) = in slicing() 101 C.slice(second_quadrant, quarter_sizes).device(device_) = in slicing() [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorDeviceCuda.h | 103 cudaGetDevice(&device_); in initializeDeviceProp() 107 …CudaStreamDevice(int device) : stream_(&default_stream), device_(device), scratch_(NULL), semaphor… in initializeDeviceProp() 115 : stream_(stream), device_(device), scratch_(NULL), semaphore_(NULL) { in initializeDeviceProp() 117 cudaGetDevice(&device_); in initializeDeviceProp() 124 device_ = device; in initializeDeviceProp() 137 return m_deviceProperties[device_]; in initializeDeviceProp() 140 cudaError_t err = cudaSetDevice(device_); in initializeDeviceProp() 150 cudaError_t err = cudaSetDevice(device_); in initializeDeviceProp() 178 int device_; in initializeDeviceProp() variable
|
D | TensorContractionThreadPool.h | 308 : device_(device), 399 const Device& device_; 557 device_.enqueueNoNotification([=]() { kernel(m, n, k); }); 608 device_.enqueueNoNotification( 610 device_.enqueueNoNotification(
|
/external/libmojo/base/android/ |
D | build_info.h | 54 return device_; in device() 124 const char* const device_; variable
|
D | build_info.cc | 47 : device_(StrDupJString(Java_BuildInfo_getDevice(env))), in BuildInfo()
|
/external/v4l2_codec2/vda/ |
D | v4l2_slice_video_decode_accelerator.cc | 43 if (device_->Ioctl(type, arg) != 0) { \ 57 if (device_->Ioctl(type, arg) != 0) \ 430 device_(device), in V4L2SliceVideoDecodeAccelerator() 508 if (!device_->Open(V4L2Device::Type::kDecoder, input_format_fourcc_)) { in Initialize() 630 device_->GetSupportedResolution(input_format_fourcc_, &min_resolution, in SetupFormats() 641 while (device_->Ioctl(VIDIOC_ENUM_FMT, &fmtdesc) == 0) { in SetupFormats() 669 while (device_->Ioctl(VIDIOC_ENUM_FMT, &fmtdesc) == 0) { in SetupFormats() 724 void* address = device_->Mmap(nullptr, in CreateInputBuffers() 762 if (device_->Ioctl(VIDIOC_S_FMT, &format) != 0) { in CreateOutputBuffers() 818 device_->Munmap(input_record.address, input_record.length); in DestroyInputBuffers() [all …]
|
D | v4l2_slice_video_decode_accelerator.h | 339 scoped_refptr<V4L2Device> device_; variable
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 583 const VkDevice device_, in TestContext() 588 , device (device_) in TestContext()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 253 VkDevice device_, in Environment() 260 , device (device_) in Environment()
|
/external/libnl/doc/ |
D | route.txt | 37 the past. Within the Linux kernel, the term _network device_ or _netdev_ is
|