xtensor
Loading...
Searching...
No Matches
xt::strided_assign_detail::loop_sizes_t Struct Reference

Public Attributes

bool can_do_strided_assign
 
bool is_row_major
 
std::size_t inner_loop_size
 
std::size_t outer_loop_size
 
std::size_t cut
 
std::size_t dimension
 

Detailed Description

Definition at line 177 of file xassign.hpp.

Member Data Documentation

◆ can_do_strided_assign

bool xt::strided_assign_detail::loop_sizes_t::can_do_strided_assign

Definition at line 179 of file xassign.hpp.

◆ cut

std::size_t xt::strided_assign_detail::loop_sizes_t::cut

Definition at line 183 of file xassign.hpp.

◆ dimension

std::size_t xt::strided_assign_detail::loop_sizes_t::dimension

Definition at line 184 of file xassign.hpp.

◆ inner_loop_size

std::size_t xt::strided_assign_detail::loop_sizes_t::inner_loop_size

Definition at line 181 of file xassign.hpp.

◆ is_row_major

bool xt::strided_assign_detail::loop_sizes_t::is_row_major

Definition at line 180 of file xassign.hpp.

◆ outer_loop_size

std::size_t xt::strided_assign_detail::loop_sizes_t::outer_loop_size

Definition at line 182 of file xassign.hpp.


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