OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExecuteAsyncOnStream
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executable.cc
124
StatusOr<ScopedShapedBuffer> InterpreterExecutable::
ExecuteAsyncOnStream
(
128
"
ExecuteAsyncOnStream
is not yet supported on Interpreter.");
/external/tensorflow/tensorflow/compiler/xla/service/
executable.h
89
virtual StatusOr<ScopedShapedBuffer>
ExecuteAsyncOnStream
(
110
virtual StatusOr<ExecutionOutput>
ExecuteAsyncOnStream
(
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.cc
278
StatusOr<ScopedShapedBuffer> CpuExecutable::
ExecuteAsyncOnStream
(
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.cc
349
StatusOr<ScopedShapedBuffer> GpuExecutable::
ExecuteAsyncOnStream
(
Completed in 157 milliseconds