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

Method getName

include/NvInfer.h:5735–5738  ·  view source on GitHub ↗

\brief Return the name of the loop. \see setName()

Source from the content-addressed store, hash-verified

5733 //! \see setName()
5734 //!
5735 char const* getName() const noexcept
5736 {
5737 return mImpl->getName();
5738 }
5739
5740protected:
5741 virtual ~ILoop() noexcept = default;

Callers 15

RndInt8CalibratorMethod · 0.45
setLayerPrecisionsFunction · 0.45
setLayerOutputTypesFunction · 0.45
setLayerDeviceTypesFunction · 0.45
setupNetworkAndConfigFunction · 0.45
timeRefitFunction · 0.45
setLayerPrecisionMethod · 0.45
setDynamicRangeMethod · 0.45
reportAlgorithmsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected