Tensor
A C++ expression template library for computations on N dimensional tensors
|
#include "tensor_container.hpp"
Go to the source code of this file.
Classes | |
struct | ftl::TensorTraits< Dtype, DeviceType, DimSizes > |
Traits class which specifies parameters for a tensor, such as what type of container it uses and what type of device the computations should be performed on. More... | |
struct | ftl::TensorTraits< Dtype, DeviceType, SizeFirst, SizeRest...> |
struct | ftl::TensorTraits< Dtype, DeviceType > |
Namespaces | |
ftl | |
Typedefs | |
using | ftl::device = short |