|
pRC
multi-purpose Tensor Train library for C++
|
#include <prc/core/basic/sequence.hpp>#include <prc/core/functors/is_unit.hpp>#include <prc/core/functors/not_fn.hpp>#include <prc/core/tensor/functions/reshape.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class X , class R = RemoveReference<X>, If< IsTensorish< R > > = 0> | |
| static constexpr auto | pRC::squeeze (X &&a) |
| Remove axes with mode size 1 from a Tensor. | |