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

Method setName

include/NvInfer.h:5725–5728  ·  view source on GitHub ↗

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

5723 //! \see getName()
5724 //!
5725 void setName(char const* name) noexcept
5726 {
5727 mImpl->setName(name);
5728 }
5729
5730 //!
5731 //! \brief Return the name of the loop.

Callers 10

addLSTMLayersMethod · 0.45
constructNetworkMethod · 0.45
setTensorNamesMethod · 0.45
parseMethod · 0.45
parsePoolingFunction · 0.45
parseReductionFunction · 0.45
setNameMethod · 0.45
setNameMethod · 0.45
setNameMethod · 0.45
setNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected