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

Method setName

include/NvInfer.h:5477–5480  ·  view source on GitHub ↗

\brief Set the name of the conditional. The name is used in error diagnostics. This method copies the name string. \warning The string name must be null-terminated, and be at most 4096 bytes including the terminator. \see getName()

Source from the content-addressed store, hash-verified

5475 //! \see getName()
5476 //!
5477 void setName(char const* name) noexcept
5478 {
5479 mImpl->setName(name);
5480 }
5481
5482 //!
5483 //! \brief Return the name of the conditional.

Callers

nothing calls this directly

Calls 1

setNameMethod · 0.45

Tested by

no test coverage detected