xtensor
|
Public Types | |
using | loop_sizes_t = strided_assign_detail::loop_sizes_t |
Public Member Functions | |
template<class E1 , class E2 > | |
strided_assign_detail::loop_sizes_t | get_loop_sizes (E1 &e1, const E2 &e2) |
void | run (E1 &e1, const E2 &e2) |
void | run (E1 &, const E2 &, const loop_sizes_t &) |
void | run (E1 &e1, const E2 &e2) |
Static Public Member Functions | |
template<class E1 , class E2 > | |
static void | run (E1 &e1, const E2 &e2, const loop_sizes_t &loop_sizes) |
template<class E1 , class E2 > | |
static loop_sizes_t | get_loop_sizes (E1 &e1, const E2 &e2) |
template<class E1 , class E2 > | |
static void | run (E1 &e1, const E2 &e2) |
Definition at line 189 of file xassign.hpp.
using xt::strided_loop_assigner< simd >::loop_sizes_t = strided_assign_detail::loop_sizes_t |
Definition at line 193 of file xassign.hpp.
|
inline |
Definition at line 1099 of file xassign.hpp.
|
inline |
Definition at line 1354 of file xassign.hpp.
Definition at line 1338 of file xassign.hpp.
Definition at line 1360 of file xassign.hpp.
|
inlinestatic |
Definition at line 1108 of file xassign.hpp.