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

Method setName

include/NvInfer.h:564–567  ·  view source on GitHub ↗

\brief Set the name of a layer. 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

562 //! \see getName()
563 //!
564 void setName(char const* name) noexcept
565 {
566 mLayer->setName(name);
567 }
568
569 //!
570 //! \brief Return the name of a layer.

Callers

nothing calls this directly

Calls 1

setNameMethod · 0.45

Tested by

no test coverage detected