HomeSort by relevance Sort by last modified time
    Searched defs:HostStream (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/stream_executor/host/
host_stream.cc 16 // Class method definitions for HostStream, the Stream implementation for
24 HostStream::HostStream()
29 HostStream::~HostStream() {}
31 bool HostStream::EnqueueTask(std::function<void()> task) {
47 void HostStream::BlockUntilDone() {
host_stream.h 31 class HostStream : public internal::StreamInterface {
33 HostStream();
34 ~HostStream() override;

Completed in 578 milliseconds