Home
last modified time | relevance | path

Searched refs:ExecuteOnStreamWrapper (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.h319 StatusOr<ScopedShapedBuffer> ExecuteOnStreamWrapper(
323 StatusOr<ExecutionOutput> ExecuteOnStreamWrapper(
Dexecutable.cc162 StatusOr<ScopedShapedBuffer> Executable::ExecuteOnStreamWrapper( in ExecuteOnStreamWrapper() function in xla::Executable
173 StatusOr<ExecutionOutput> Executable::ExecuteOnStreamWrapper( in ExecuteOnStreamWrapper() function in xla::Executable
Dhlo_runner.cc177 executable->ExecuteOnStreamWrapper(&service_run_options, in ExecuteWithDeviceBuffers()
Dservice.cc506 TF_ASSIGN_OR_RETURN(auto result, executable->ExecuteOnStreamWrapper( in ExecuteAndRegisterResult()