\brief Add a SoftMax layer to the network. \see ISoftMaxLayer \warning Int32 tensors are not valid input tensors. \return The new SoftMax layer, or nullptr if it could not be created.
| 7060 | //! \return The new SoftMax layer, or nullptr if it could not be created. |
| 7061 | //! |
| 7062 | ISoftMaxLayer* addSoftMax(ITensor& input) noexcept |
| 7063 | { |
| 7064 | return mImpl->addSoftMax(input); |
| 7065 | } |
| 7066 | |
| 7067 | //! |
| 7068 | //! \brief Add a concatenation layer to the network. |
no outgoing calls
no test coverage detected