Searched refs:AllocateStream (Results 1 – 10 of 10) sorted by relevance
151 bool AllocateStream(Stream *stream) override { return true; } in AllocateStream() function
129 bool AllocateStream(Stream *stream) override;
161 bool HostExecutor::AllocateStream(Stream *stream) { return true; } in AllocateStream() function in stream_executor::host::HostExecutor
250 virtual bool AllocateStream(Stream *stream) = 0;
774 bool StreamExecutor::AllocateStream(Stream *stream) { in AllocateStream() function in stream_executor::StreamExecutor776 if (!implementation_->AllocateStream(stream)) { in AllocateStream()
587 bool AllocateStream(Stream *subject);
298 if (parent_->AllocateStream(this)) { in Init()
158 bool AllocateStream(Stream* stream) override;
608 bool GpuExecutor::AllocateStream(Stream* stream) { in AllocateStream() function in stream_executor::gpu::GpuExecutor
727 bool GpuExecutor::AllocateStream(Stream* stream) { in AllocateStream() function in stream_executor::gpu::GpuExecutor