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

Go to the source code of this file.
Classes | |
| struct | bc::oper::operation_traits< T > |
Namespaces | |
| bc | |
| The Evaluator determines if an expression needs to be greedily optimized. | |
| bc::oper | |
| bc::oper::detail | |
Typedefs | |
| template<class T > | |
| using | bc::oper::detail::query_alpha_modifier = typename T::alpha_modifier |
| template<class T > | |
| using | bc::oper::detail::query_beta_modifier = typename T::beta_modifier |
| template<class T > | |
| using | bc::oper::detail::query_dx = decltype(std::declval< T >().dx) |
1.8.13