\brief Get the cuda stream that is used to profile this network. \return The cuda stream set by setProfileStream, nullptr if setProfileStream has not been called. \see setProfileStream()
| 9430 | //! \see setProfileStream() |
| 9431 | //! |
| 9432 | cudaStream_t getProfileStream() const noexcept |
| 9433 | { |
| 9434 | return mImpl->getProfileStream(); |
| 9435 | } |
| 9436 | |
| 9437 | //! |
| 9438 | //! \brief Add an optimization profile. |