Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbackend.cc108 StatusOr<StreamPool::Ptr> Backend::BorrowStream(int device_ordinal) { in BorrowStream() function in xla::Backend
113 StatusOr<StreamPool::Ptr> Backend::BorrowStream(se::StreamExecutor* executor) { in BorrowStream() function in xla::Backend
Dstream_pool.cc23 StreamPool::Ptr StreamPool::BorrowStream(se::StreamExecutor* executor) { in BorrowStream() function in xla::StreamPool
Dservice_executable_run_options.h53 StatusOr<StreamPool::Ptr> BorrowStream(int device_ordinal) const { in BorrowStream() function