Tensor
A C++ expression template library for computations on N dimensional tensors
|
Go to the source code of this file.
Namespaces | |
ftl | |
Typedefs | |
template<typename Dtype , device DeviceType, size_t... DimSizes> | |
using | ftl::Tensor = TensorInterface< TensorTraits< Dtype, DeviceType, DimSizes...>> |