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.cc34 StatusOr<EventPool::Handle> EventPool::AllocateEvent( in AllocateEvent() function in xla::EventPool
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h131 port::Status AllocateEvent(Event *event) override { in AllocateEvent() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc229 port::Status HostExecutor::AllocateEvent(Event * /*event*/) { in AllocateEvent() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.cc108 Status TpuExecutor::AllocateEvent(Event* event) { return Status::OK(); } in AllocateEvent() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc447 port::Status AllocateEvent(Event* event) override { in AllocateEvent() function in stream_executor::__anon902a2f7b0111::CStreamExecutor
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc579 port::Status GpuExecutor::AllocateEvent(Event* event) { in AllocateEvent() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc671 port::Status GpuExecutor::AllocateEvent(Event* event) { in AllocateEvent() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc742 port::Status StreamExecutor::AllocateEvent(Event *event) { in AllocateEvent() function in stream_executor::StreamExecutor