Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util_platform_specific.cc48 Status GPUDeviceContext::ThenExecute(Device* device, se::Stream* stream, in ThenExecute() function in tensorflow::GPUDeviceContext
52 gpu_info->event_mgr->ThenExecute(stream, func); in ThenExecute()
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_event_mgr.h99 inline void ThenExecute(se::Stream* stream, std::function<void()> func) { in ThenExecute() function
Dgpu_event_mgr_test.cc259 em.ThenExecute(stream.get(), [&hit, &note]() { in TEST()
Dgpu_device.cc589 em_->ThenExecute(stream, [op_kernel, tracker, queued_count]() { in ComputeHelper()
/external/tensorflow/tensorflow/core/common_runtime/
Dgpu_device_context.h67 Status ThenExecute(Device* device, se::Stream* stream,
Dring_gatherer.cc143 Status s = gpu_info->default_context->ThenExecute( in RunAsyncParts()
Dring_reducer.cc179 Status s = gpu_info->default_context->ThenExecute( in RunAsyncParts()
/external/tensorflow/tensorflow/core/kernels/
Dgpu_device_array.h89 context_->device()->tensorflow_gpu_device_info()->event_mgr->ThenExecute( in Finalize()
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/framework/
Ddevice_base.h105 virtual Status ThenExecute(Device* device, stream_executor::Stream* stream, in ThenExecute() function
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.cc637 p->event_mgr->ThenExecute(comm_stream, done_callback); in LoopKernelLaunches()