Returns the StreamExecutor (parent object) associated with this stream.
| 2305 | |
| 2306 | // Returns the StreamExecutor (parent object) associated with this stream. |
| 2307 | StreamExecutor *parent() const { |
| 2308 | CHECK(parent_ != nullptr); |
| 2309 | return parent_; |
| 2310 | } |
| 2311 | |
| 2312 | // Returns the (internal usage) temporary-memory-allocation manager associated |
| 2313 | // with this stream. |
no outgoing calls
no test coverage detected