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

Method addInput

include/NvInfer.h:5462–5465  ·  view source on GitHub ↗

\brief Add an If-conditional input. \param input An input to the conditional that can be used by either or both of the conditional’s subgraphs. \see IIfConditionalInputLayer

Source from the content-addressed store, hash-verified

5460 //! \see IIfConditionalInputLayer
5461 //!
5462 IIfConditionalInputLayer* addInput(ITensor& input) noexcept
5463 {
5464 return mImpl->addInput(input);
5465 }
5466
5467 //!
5468 //! \brief Set the name of the conditional.

Callers 4

addLSTMLayersMethod · 0.45
parseMethod · 0.45
addInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected