Home
last modified time | relevance | path

Searched defs:AllocateEvent (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Devent_pool.cc35 StatusOr<EventPool::Handle> EventPool::AllocateEvent( in AllocateEvent() function in xla::EventPool
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h130 port::Status AllocateEvent(Event *event) override { in AllocateEvent() function
/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
Dhost_gpu_executor.cc224 port::Status HostExecutor::AllocateEvent(Event* /*event*/) { in AllocateEvent() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
Dtpu_executor.cc108 Status TpuExecutor::AllocateEvent(Event* event) { return OkStatus(); } in AllocateEvent() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc434 port::Status AllocateEvent(Event* event) override { in AllocateEvent() function in stream_executor::__anon7d2d81310111::CStreamExecutor
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc582 port::Status GpuExecutor::AllocateEvent(Event* event) { in AllocateEvent() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_gpu_executor.cc714 port::Status GpuExecutor::AllocateEvent(Event* event) { in AllocateEvent() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream_executor_pimpl.cc745 port::Status StreamExecutor::AllocateEvent(Event* event) { in AllocateEvent() function in stream_executor::StreamExecutor