Home
last modified time | relevance | path

Searched defs:ThenExecute (Results 1 – 3 of 3) 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
Dgpu_event_mgr.h99 inline void ThenExecute(se::Stream* stream, std::function<void()> func) { in ThenExecute() function
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h105 virtual Status ThenExecute(Device* device, stream_executor::Stream* stream, in ThenExecute() function