Home
last modified time | relevance | path

Searched defs:SynchronizeAllActivity (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_device_state.cc70 Status LocalDeviceState::SynchronizeAllActivity() { in SynchronizeAllActivity() function in xla::LocalDeviceState
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h91 bool SynchronizeAllActivity() override { return true; } in SynchronizeAllActivity() function
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h107 bool SynchronizeAllActivity() override { return true; } in SynchronizeAllActivity() function
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc546 bool GpuExecutor::SynchronizeAllActivity() { in SynchronizeAllActivity() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc449 bool GpuExecutor::SynchronizeAllActivity() { in SynchronizeAllActivity() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc568 bool StreamExecutor::SynchronizeAllActivity() { in SynchronizeAllActivity() function in stream_executor::StreamExecutor