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

Method getEnqueueEmitsProfile

include/NvInferRuntime.h:3174–3177  ·  view source on GitHub ↗

\brief Get the enqueueEmitsProfile state. \return The enqueueEmitsProfile state. \see IExecutionContext::setEnqueueEmitsProfile()

Source from the content-addressed store, hash-verified

3172 //!
3173 //! \see IExecutionContext::setEnqueueEmitsProfile()
3174 bool getEnqueueEmitsProfile() const noexcept
3175 {
3176 return mImpl->getEnqueueEmitsProfile();
3177 }
3178
3179 //!
3180 //! \brief Calculate layer timing info for the current optimization profile in IExecutionContext

Callers 3

operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected