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

Method markOutput

include/NvInfer.h:6918–6921  ·  view source on GitHub ↗

\brief Mark a tensor as a network output. \param tensor The tensor to mark as an output tensor. \warning It is an error to mark a network input as an output. \warning It is an error to mark a tensor inside an ILoop or an IIfConditional as an output.

Source from the content-addressed store, hash-verified

6916 //! IIfConditional as an output.
6917 //!
6918 void markOutput(ITensor& tensor) noexcept
6919 {
6920 mImpl->markOutput(tensor);
6921 }
6922
6923 //!
6924 //! \brief Add a convolution layer to the network.

Callers 5

buildPredictionEngineMethod · 0.80
addLSTMLayersMethod · 0.80
constructNetworkMethod · 0.80
modelToNetworkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected