| 90 | } |
| 91 | |
| 92 | static __MATX_INLINE__ constexpr __MATX_HOST__ __MATX_DEVICE__ int32_t Rank() |
| 93 | { |
| 94 | return ORank; |
| 95 | } |
| 96 | |
| 97 | template <typename ShapeType, typename Executor> |
| 98 | __MATX_INLINE__ void InnerPreRun([[maybe_unused]] ShapeType &&shape, Executor &&ex) const noexcept |