|
BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
#include <common.h>


Static Public Attributes | |
| static constexpr int | tensor_dim = X |
Static Public Attributes inherited from bc::traits::Integer< X > | |
| static constexpr int | value = X |
Additional Inherited Members | |
Public Member Functions inherited from bc::traits::Integer< X > | |
| template<int Y> | |
| auto | operator+ (const Integer< Y > &other) const |
| template<int Y> | |
| auto | operator- (const Integer< Y > &other) const |
| template<int Y> | |
| auto | operator/ (const Integer< Y > &other) const |
| template<int Y> | |
| auto | operator* (const Integer< Y > &other) const |
|
static |
1.8.13