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

Method getOutput

include/NvInfer.h:614–617  ·  view source on GitHub ↗

\brief Get the layer output corresponding to the given index. \return The indexed output tensor, or nullptr if the index is out of range or the tensor is optional (\ref IRNNv2Layer).

Source from the content-addressed store, hash-verified

612 //! (\ref IRNNv2Layer).
613 //!
614 ITensor* getOutput(int32_t index) const noexcept
615 {
616 return mLayer->getOutput(index);
617 }
618
619 //!
620 //! \brief Replace an input of this layer with a specific tensor.

Callers 15

buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildPredictionEngineMethod · 0.45
addLSTMCellMethod · 0.45
addReshapeMethod · 0.45
addLSTMLayersMethod · 0.45
constructNetworkMethod · 0.45
setTensorDynamicRangeFunction · 0.45
setLayerPrecisionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected