\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).
| 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. |
no outgoing calls
no test coverage detected