BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
#include "dim.h"
Go to the source code of this file.
Classes | |
struct | bc::Shape< N > |
struct | bc::Shape< 0 > |
struct | bc::Shape< 1 > |
struct | bc::Strided_Vector_Shape |
Namespaces | |
bc | |
The Evaluator determines if an expression needs to be greedily optimized. | |
Functions | |
template<class... Integers, typename = std::enable_if_t< traits::sequence_of_v<size_t, Integers...>>> | |
BCINLINE auto | bc::shape (Integers... ints) |
template<class InnerShape , typename = std::enable_if_t<! traits::sequence_of_v<size_t, InnerShape>>> | |
BCINLINE auto | bc::shape (InnerShape is) |