Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc365 struct AsyncRunTask { in ExecuteAsyncOnStream() struct
366 CpuExecutable* executable; in ExecuteAsyncOnStream()
367 ServiceExecutableRunOptions run_options; in ExecuteAsyncOnStream()
368 std::shared_ptr<std::vector<MaybeOwningDeviceMemory>> task_buffers; in ExecuteAsyncOnStream()
369 HloExecutionProfile* hlo_execution_profile; in ExecuteAsyncOnStream()
371 Status operator()() { in ExecuteAsyncOnStream()