Home
last modified time | relevance | path

Searched defs:ThenExecute (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util_platform_specific.cc50 Status GPUDeviceContext::ThenExecute(Device* device, se::Stream* stream, in ThenExecute() function in tensorflow::GPUDeviceContext
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr.h73 inline void ThenExecute(se::Stream* stream, std::function<void()> func) { in ThenExecute() function
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc297 Status XlaDeviceContext::ThenExecute(Device* device, in ThenExecute() function in tensorflow::XlaDeviceContext
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h113 virtual Status ThenExecute(Device* device, stream_executor::Stream* stream, in ThenExecute() function