AI Engine API User Guide (AIE) 2023.2
Loading...
Searching...
No Matches
aie::detail::compute_rank< Args >::compute_rank_helper< T > Struct Template Reference

#include <array_helpers.hpp>

Public Types

using U = std::decay_t< T >
 

Static Public Attributes

static constexpr unsigned value
 

Member Typedef Documentation

◆ U

template<typename... Args>
template<typename T >
using aie::detail::compute_rank< Args >::compute_rank_helper< T >::U = std::decay_t<T>

Member Data Documentation

◆ value

template<typename... Args>
template<typename T >
constexpr unsigned aie::detail::compute_rank< Args >::compute_rank_helper< T >::value
staticconstexpr
Initial value:
= utils::is_one_of_v<U, dim_3d, sliding_window_dim_3d> ? 3
: utils::is_one_of_v<U, dim_2d, sliding_window_dim_2d> ? 2
: 1

The documentation for this struct was generated from the following file: