\brief Get the number of inputs of a layer.
| 580 | //! \brief Get the number of inputs of a layer. |
| 581 | //! |
| 582 | int32_t getNbInputs() const noexcept |
| 583 | { |
| 584 | return mLayer->getNbInputs(); |
| 585 | } |
| 586 | |
| 587 | //! |
| 588 | //! \brief Get the layer input corresponding to the given index. |
no outgoing calls
no test coverage detected