MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / getProfileStream

Method getProfileStream

include/NvInfer.h:9432–9435  ·  view source on GitHub ↗

\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()

Source from the content-addressed store, hash-verified

9430 //! \see setProfileStream()
9431 //!
9432 cudaStream_t getProfileStream() const noexcept
9433 {
9434 return mImpl->getProfileStream();
9435 }
9436
9437 //!
9438 //! \brief Add an optimization profile.

Callers 1

pyCore.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected