BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Typedefs
bc::oper::detail Namespace Reference

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)
 

Typedef Documentation

◆ query_alpha_modifier

template<class T >
using bc::oper::detail::query_alpha_modifier = typedef typename T::alpha_modifier

◆ query_beta_modifier

template<class T >
using bc::oper::detail::query_beta_modifier = typedef typename T::beta_modifier

◆ query_dx

template<class T >
using bc::oper::detail::query_dx = typedef decltype(std::declval<T>().dx)