Caffe2 - C++ API
A deep learning, cross platform ML framework
tensor_impl.h
1 #pragma once
2 
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>
7 
8 namespace caffe2 {
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_;
14  using at::TensorImpl;
15 }
The low-level representation of a tensor, which contains a pointer to a storage (which contains the a...
Definition: TensorImpl.h:211
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...
Definition: blob.h:13