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

Method getNbInputs

include/NvInfer.h:582–585  ·  view source on GitHub ↗

\brief Get the number of inputs of a layer.

Source from the content-addressed store, hash-verified

580 //! \brief Get the number of inputs of a layer.
581 //!
582 int32_t getNbInputs() const noexcept
583 {
584 return mLayer->getNbInputs();
585 }
586
587 //!
588 //! \brief Get the layer input corresponding to the given index.

Callers 15

buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
RndInt8CalibratorMethod · 0.45
setTensorDynamicRangeFunction · 0.45
setLayerPrecisionsFunction · 0.45
setupNetworkAndConfigFunction · 0.45
setAllDynamicRangesFunction · 0.45
setDynamicRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected