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

Method setProfileStream

include/NvInfer.h:9420–9423  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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.

Callers 11

pyCore.cppFile · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildPredictionEngineMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected