Home
last modified time | relevance | path

Searched refs:event_mgr (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager_test.cc270 auto* event_mgr = device->tensorflow_gpu_device_info()->event_mgr; in TYPED_TEST() local
273 device->executor(), stream, event_mgr, device->gpu_id(), in TYPED_TEST()
338 auto* event_mgr = device->tensorflow_gpu_device_info()->event_mgr; in TYPED_TEST() local
342 device->executor(), stream, event_mgr, device->gpu_id(), in TYPED_TEST()
382 auto* event_mgr = device->tensorflow_gpu_device_info()->event_mgr; in TYPED_TEST() local
385 device->executor(), stream, event_mgr, device->gpu_id(), in TYPED_TEST()
436 auto* event_mgr = device->tensorflow_gpu_device_info()->event_mgr; in TYPED_TEST() local
440 device->executor(), stream, event_mgr, device->gpu_id(), in TYPED_TEST()
473 auto* event_mgr = device->tensorflow_gpu_device_info()->event_mgr; in TYPED_TEST() local
476 device->executor(), stream, event_mgr, device->gpu_id(), in TYPED_TEST()
[all …]
Dnccl_manager.h59 EventMgr* event_mgr, int gpu_device_id, const Tensor* input, in Participant()
63 event_mgr(event_mgr), in Participant()
71 DCHECK(event_mgr != nullptr); in Participant()
89 EventMgr* const event_mgr; member
Dnccl_manager.cc637 p->event_mgr->ThenExecute(comm_stream, done_callback); in LoopKernelLaunches()
/external/tensorflow/tensorflow/core/kernels/
Dnccl_ops.cc107 compute_stream->parent(), compute_stream, gpu_info->event_mgr, in ComputeAsync()
139 compute_stream->parent(), compute_stream, gpu_info->event_mgr, in ComputeAsync()
176 compute_stream->parent(), compute_stream, gpu_info->event_mgr, in ComputeAsync()
211 compute_stream->parent(), compute_stream, gpu_info->event_mgr, in ComputeAsync()
248 compute_stream->parent(), compute_stream, gpu_info->event_mgr, in ComputeAsync()
Dgpu_device_array.h89 context_->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in Finalize()
Dcollective_nccl_reducer.cc145 compute_stream->parent(), compute_stream, gpu_info->event_mgr, in Run()
Dcheck_numerics_op.cc212 context->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in ComputeAsync()
Dwhere_op.cc360 context->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in ComputeAsyncType()
Ddynamic_partition_op_gpu.cu.cc319 c->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in ComputeAsync()
Dcrop_and_resize_op.cc823 context->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in RunIfBoxIndexIsValid()
Dcuda_solvers.cc247 ->event_mgr->ThenExecute(stream, std::move(cb)); in CheckLapackInfoAndDeleteSolverAsync()
Dsegment_reduction_ops.cc294 context->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in ComputeAsync()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util.cc166 dev_info->event_mgr->ThenExecute( in SetProtoFromGPU()
238 dev_info->event_mgr->ThenExecute( in DeviceToDeviceCopy()
288 dev_info->event_mgr->ThenExecute( in CopyGPUTensorToCPU()
334 dev_info->event_mgr->ThenExecute( in CopyCPUTensorToGPU()
Dgpu_util_platform_specific.cc52 gpu_info->event_mgr->ThenExecute(stream, func); in ThenExecute()
Dgpu_device.cc397 gpu_device_info_->event_mgr = em_.get(); in Init()
/external/pdfium/third_party/libopenjpeg20/
Devent.h89 OPJ_BOOL opj_event_msg(opj_event_mgr_t* event_mgr, OPJ_INT32 event_type,
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h154 EventMgr* event_mgr = nullptr; member