\brief Set the axis parameter. \see IOneHotLayer
| 6409 | //! \see IOneHotLayer |
| 6410 | //! |
| 6411 | void setAxis(int32_t axis) noexcept |
| 6412 | { |
| 6413 | mImpl->setAxis(axis); |
| 6414 | } |
| 6415 | |
| 6416 | //! |
| 6417 | //! \brief Get the value of the axis parameter. |
no outgoing calls
no test coverage detected