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 constexpr int | value = X |
Additional Inherited Members | |
![]() | |
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 |