23 #ifndef FTL_TENSOR_HPP
24 #define FTL_TENSOR_HPP
33 template <
typename Dtype,
device DeviceType,
size_t... DimSizes>
37 #endif // FTL_TENSOR_INTERFACE_HPP
Definition: tensor_dynamic_cpu.hpp:44
Definition: mapper.hpp:37
short device
Definition: tensor_traits.hpp:32
Traits class which specifies parameters for a tensor, such as what type of container it uses and what...
Definition: tensor_traits.hpp:48