Returns the device ordinal that this StreamExecutor was initialized with. Meaningless before initialization.
| 462 | // Returns the device ordinal that this StreamExecutor was initialized with. |
| 463 | // Meaningless before initialization. |
| 464 | int device_ordinal() const { return device_ordinal_; } |
| 465 | |
| 466 | // Returns a borrowed pointer to the underlying StreamExecutor implementation. |
| 467 | internal::StreamExecutorInterface *implementation(); |
no outgoing calls
no test coverage detected