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

Method getType

include/NvInfer.h:550–553  ·  view source on GitHub ↗

\brief Return the type of a layer. \see LayerType

Source from the content-addressed store, hash-verified

548 //! \see LayerType
549 //!
550 LayerType getType() const noexcept
551 {
552 return mLayer->getType();
553 }
554
555 //!
556 //! \brief Set the name of a layer.

Callers 11

setTensorDynamicRangeFunction · 0.45
setLayerPrecisionsFunction · 0.45
setLayerOutputTypesFunction · 0.45
setupNetworkAndConfigFunction · 0.45
sparsifyFunction · 0.45
setAllDynamicRangesFunction · 0.45
setLayerPrecisionMethod · 0.45
setDynamicRangeMethod · 0.45
getTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected