Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Data Fields
at::strided_tensor_iter_fixed< T, N > Struct Template Reference

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

Tdata_ = NULL
 
int64_t dim_ = 0
 
int64_t counter_ [N] = {0}
 
int64_t sizes_ [N] = {0}
 
int64_t strides_ [N] = {0}
 

Detailed Description

template<typename T, int N>
struct at::strided_tensor_iter_fixed< T, N >

Definition at line 144 of file CPUApplyUtils.h.


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