|
using | input_value = typename InputView::non_const_value_type |
|
using | input_layout = typename InputView::array_layout |
|
using | input_device = typename InputView::device_type |
|
using | default_layout = typename input_device::execution_space::array_layout |
|
using | result_layout |
|
using | type |
|
◆ result_layout
template<typename InputView >
Initial value:
typename std::conditional<
std::is_same< input_layout, Kokkos::LayoutStride >::value,
default_layout,
input_layout >::type
◆ type
template<typename InputView >
Initial value:
Kokkos::DynRankView<input_value, result_layout, input_device>
The documentation for this struct was generated from the following file: