Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_util_platform_specific.cc50 Status GPUDeviceContext::ThenExecute(Device* device, se::Stream* stream, in ThenExecute() function in tensorflow::GPUDeviceContext
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
H A Dpluggable_device_context.cc51 Status PluggableDeviceContext::ThenExecute(Device* device, se::Stream* stream, in ThenExecute() function in tensorflow::PluggableDeviceContext
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/device/
H A Ddevice_event_mgr.h73 inline void ThenExecute(se::Stream* stream, std::function<void()> func) { in ThenExecute() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_device_context.cc299 Status XlaDeviceContext::ThenExecute(Device* device, in ThenExecute() function in tensorflow::XlaDeviceContext
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddevice_base.h114 virtual Status ThenExecute(Device* device, stream_executor::Stream* stream, in ThenExecute() function