| 60 | } |
| 61 | |
| 62 | port::StatusOr<Stream *> TfAllocatorAdapter::GetStream(int device_ordinal) { |
| 63 | CHECK_EQ(stream_->parent()->device_ordinal(), device_ordinal); |
| 64 | return stream_; |
| 65 | } |
| 66 | |
| 67 | } // namespace stream_executor |
nothing calls this directly
no test coverage detected