\brief Get the layer specified by the given index. \param index The index of the layer. \return The layer, or nullptr if the index is out of range. \see getNbLayers()
| 7224 | //! \see getNbLayers() |
| 7225 | //! |
| 7226 | ILayer* getLayer(int32_t index) const noexcept |
| 7227 | { |
| 7228 | return mImpl->getLayer(index); |
| 7229 | } |
| 7230 | |
| 7231 | //! |
| 7232 | //! \brief Get the number of inputs in the network. |
no outgoing calls
no test coverage detected