\brief Get the layer input corresponding to the given index. \param index The index of the input tensor. \return The input tensor, or nullptr if the index is out of range or the tensor is optional (\ref ISliceLayer and \ref IRNNv2Layer).
| 593 | //! (\ref ISliceLayer and \ref IRNNv2Layer). |
| 594 | //! |
| 595 | ITensor* getInput(int32_t index) const noexcept |
| 596 | { |
| 597 | return mLayer->getInput(index); |
| 598 | } |
| 599 | |
| 600 | //! |
| 601 | //! \brief Get the number of outputs of a layer. |
no outgoing calls
no test coverage detected