3 #include <ATen/core/DimVector.h> 4 #include <c10/core/TensorImpl.h> 5 #include <ATen/core/context_base.h> 6 #include <ATen/core/context_base.h> 9 using at::ToVectorint64_t;
10 using at::size_from_dim_;
11 using at::size_to_dim_;
12 using at::size_between_dim_;
13 using at::canonical_axis_index_;
The low-level representation of a tensor, which contains a pointer to a storage (which contains the a...
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...