Get axis being concatenated over.
| 5567 | |
| 5568 | //! Get axis being concatenated over. |
| 5569 | int32_t getAxis() const noexcept |
| 5570 | { |
| 5571 | return mImpl->getAxis(); |
| 5572 | } |
| 5573 | |
| 5574 | //! |
| 5575 | //! \brief Append or replace an input of this layer with a specific tensor |