Tensor
A C++ expression template library for computations on N dimensional tensors
|
#include <iostream>
#include "mapper.hpp"
#include "tensor_expression_static_cpu.hpp"
#include <type_traits>
Go to the source code of this file.
Classes | |
class | ftl::TensorInterface< Traits > |
class | ftl::TensorInterface< TensorTraits< DT, CPU, SF, SR...> > |
Namespaces | |
ftl | |
Typedefs | |
template<typename DT , size_t SF, size_t... SR> | |
using | ftl::StaticTensorCpu = TensorInterface< TensorTraits< DT, CPU, SF, SR...>> |