Public Member Functions | |
strided_tensor_iter_fixed (strided_tensor_iter_fixed const &)=delete | |
void | operator= (strided_tensor_iter_fixed const &x)=delete |
strided_tensor_iter_fixed (strided_tensor_iter_fixed &&)=default | |
strided_tensor_iter_fixed (Tensor &tensor, bool sort_strides=false) | |
Data Fields | |
T * | data_ = NULL |
int64_t | dim_ = 0 |
int64_t | counter_ [N] = {0} |
int64_t | sizes_ [N] = {0} |
int64_t | strides_ [N] = {0} |
Definition at line 144 of file CPUApplyUtils.h.