Get axis being iterated over.
| 5622 | |
| 5623 | //! Get axis being iterated over. |
| 5624 | int32_t getAxis() const noexcept |
| 5625 | { |
| 5626 | return mImpl->getAxis(); |
| 5627 | } |
| 5628 | |
| 5629 | //! For reverse=false, the layer is equivalent to addGather(tensor, I, 0) where I is a |
| 5630 | //! scalar tensor containing the loop iteration number. |