| 315 | |
| 316 | template <typename ST, typename Executor> |
| 317 | __MATX_INLINE__ void InnerPreRun([[maybe_unused]] ST &&shape, [[maybe_unused]] Executor &&ex) const noexcept |
| 318 | { |
| 319 | } |
| 320 | |
| 321 | template <typename ST, typename Executor> |
| 322 | __MATX_INLINE__ void PreRun([[maybe_unused]] ST &&shape, Executor &&ex) const |