Home
last modified time | relevance | path

Searched refs:ExecuteAsyncOnStreamWrapper (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc166 ExecuteAsyncOnStreamWrapper(run_options, arguments); in ExecuteOnStreamWrapper()
177 ExecuteAsyncOnStreamWrapper(run_options, std::move(arguments)); in ExecuteOnStreamWrapper()
279 StatusOr<ScopedShapedBuffer> Executable::ExecuteAsyncOnStreamWrapper( in ExecuteAsyncOnStreamWrapper() function in xla::Executable
290 StatusOr<ExecutionOutput> Executable::ExecuteAsyncOnStreamWrapper( in ExecuteAsyncOnStreamWrapper() function in xla::Executable
Dexecutable.h327 StatusOr<ScopedShapedBuffer> ExecuteAsyncOnStreamWrapper(
331 StatusOr<ExecutionOutput> ExecuteAsyncOnStreamWrapper(
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc258 executable_->ExecuteAsyncOnStreamWrapper( in RunAsync()
310 executable_->ExecuteAsyncOnStreamWrapper( in RunAsync()