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

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceCuda.h 102 CudaStreamDevice() : stream_(&default_stream), scratch_(NULL), semaphore_(NULL) {
107 CudaStreamDevice(int device) : stream_(&default_stream), device_(device), scratch_(NULL), semaphore_(NULL) {
115 : stream_(stream), device_(device), scratch_(NULL), semaphore_(NULL) {
166 if (semaphore_ == NULL) {
168 semaphore_ = reinterpret_cast<unsigned int*>(scratch);
169 cudaError_t err = cudaMemsetAsync(semaphore_, 0, sizeof(unsigned int), *stream_);
173 return semaphore_;
180 mutable unsigned int* semaphore_;
  /external/bcc/src/cc/
usdt.h 187 uint64_t semaphore_; member in class:USDT::Probe
212 uint64_t semaphore() const { return semaphore_; }
225 bool need_enable() const { return semaphore_ != 0x0; }
  /external/bcc/src/cc/usdt/
usdt.cc 59 semaphore_(semaphore),
87 if (!resolve_global_address(&addr, bin_path_, semaphore_))
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device.cc 116 : scratch_(nullptr), semaphore_(nullptr), context_(nullptr) {
129 semaphore_ =
186 unsigned int* semaphore() const override { return semaphore_; }
220 mutable unsigned int* semaphore_; member in class:tensorflow::EigenGpuStreamDevice
    [all...]
  /external/swiftshader/include/vulkan/
vulkan.hpp     [all...]
  /external/vulkan-headers/include/vulkan/
vulkan.hpp     [all...]

Completed in 721 milliseconds