BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces | Typedefs
operation_traits.h File Reference
#include "tags.h"
Include dependency graph for operation_traits.h:
This graph shows which files directly or indirectly include this file:

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)