\brief Set the cuda stream that is used to profile this network. \param stream The cuda stream used for profiling by the builder. \see getProfileStream()
| 9418 | //! \see getProfileStream() |
| 9419 | //! |
| 9420 | void setProfileStream(const cudaStream_t stream) noexcept |
| 9421 | { |
| 9422 | return mImpl->setProfileStream(stream); |
| 9423 | } |
| 9424 | |
| 9425 | //! |
| 9426 | //! \brief Get the cuda stream that is used to profile this network. |
no outgoing calls
no test coverage detected