BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces | Macros
constexpr_int.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bc::traits::Integer< X >
 

Namespaces

 bc
 The Evaluator determines if an expression needs to be greedily optimized.
 
 bc::traits
 

Macros

#define BC_INTEGER_OP(op)
 

Macro Definition Documentation

◆ BC_INTEGER_OP

#define BC_INTEGER_OP (   op)
Value:
\
template<int Y> \
auto operator op (const Integer<Y>& other) const { \
return Integer<X op Y>(); \
}