|
BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
Typedefs | |
| template<class T > | |
| using | query_alpha_modifier = typename T::alpha_modifier |
| template<class T > | |
| using | query_beta_modifier = typename T::beta_modifier |
| template<class T > | |
| using | query_dx = decltype(std::declval< T >().dx) |
| using bc::oper::detail::query_alpha_modifier = typedef typename T::alpha_modifier |
| using bc::oper::detail::query_beta_modifier = typedef typename T::beta_modifier |
| using bc::oper::detail::query_dx = typedef decltype(std::declval<T>().dx) |
1.8.13