/external/tensorflow/tensorflow/core/nccl/ |
D | nccl_manager.h | 73 event_mgr(info->event_mgr), in Participant() 84 DCHECK(event_mgr != nullptr); in Participant() 102 EventMgr* const event_mgr; member
|
D | nccl_manager.cc | 848 p->event_mgr->ThenExecute(comm_stream, done_callback); in LoopKernelLaunches()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_event_mgr.cc | 259 auto event_mgr = new EventMgr(se, gpu_options); in GetEventMgr() local 260 event_mgr_map_[se] = event_mgr; in GetEventMgr() 261 return event_mgr; in GetEventMgr()
|
D | gpu_util.cc | 165 dev_info->event_mgr->ThenExecute( in SetProtoFromGPU() 237 dev_info->event_mgr->ThenExecute( in DeviceToDeviceCopy() 287 dev_info->event_mgr->ThenExecute( in CopyGPUTensorToCPU() 335 dev_info->event_mgr->ThenExecute( in CopyCPUTensorToGPU()
|
D | gpu_util_platform_specific.cc | 54 gpu_info->event_mgr->ThenExecute(stream, func); in ThenExecute()
|
D | gpu_device.cc | 475 gpu_device_info_->event_mgr = em_; in Init()
|
/external/tensorflow/tensorflow/core/common_runtime/device/ |
D | device_event_mgr.cc | 260 auto event_mgr = new EventMgr(se, gpu_options); in GetEventMgr() local 261 event_mgr_map_[se] = event_mgr; in GetEventMgr() 262 return event_mgr; in GetEventMgr()
|
D | device_event_mgr_test.cc | 163 EventMgr* event_mgr() { return gpu_->em_; } in event_mgr() function in tensorflow::GPUDeviceTestHelper 396 gpu_helper_->event_mgr()->ThenExecute( in DoAddChain() 407 gpu_helper_->event_mgr()->ThenExecute(gpu_helper_->compute_stream(), in DoAddChain() 413 gpu_helper_->event_mgr()->ThenExecute( in DoAddChain() 424 gpu_helper_->event_mgr()->ThenExecute(gpu_helper_->d2h_stream(), in DoAddChain() 427 gpu_helper_->event_mgr()->ThenExecute( in DoAddChain()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | event.h | 89 OPJ_BOOL opj_event_msg(opj_event_mgr_t* event_mgr, OPJ_INT32 event_type,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | gpu_device_array.h | 91 context_->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in Finalize()
|
D | debug_ops.h | 753 context->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( 780 context->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( 812 context->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( 845 context->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( 871 context->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute(
|
D | check_numerics_op.cc | 274 context->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in ComputeAsync()
|
D | where_op.cc | 368 context->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in ComputeAsyncType()
|
D | dynamic_partition_op_gpu.cu.cc | 329 c->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in ComputeAsync()
|
D | segment_reduction_ops_impl.h | 305 context->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in ComputeAsync()
|
/external/tensorflow/tensorflow/core/framework/ |
D | device_base.h | 157 EventMgr* event_mgr = nullptr; member
|
/external/tensorflow/tensorflow/core/kernels/sparse/ |
D | sparse_tensor_to_csr_sparse_matrix_op.cc | 284 c->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in ComputeAsync()
|
D | dense_to_csr_sparse_matrix_op.cc | 351 c->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in ComputeAsync()
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | crop_and_resize_op.cc | 865 context->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in RunIfBoxIndexIsValid()
|
/external/tensorflow/tensorflow/core/util/ |
D | cuda_solvers.cc | 268 ->event_mgr->ThenExecute(stream, std::move(cb)); in CheckLapackInfoAndDeleteSolverAsync()
|