BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces | Functions
tree_output_data.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::tensors::exprs::Output_Data< Tensor, AlphaModifer, BetaModifer >
 

Namespaces

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

Functions

template<class Op , bool PriorEval, class Tensor , int A, int B>
auto bc::tensors::exprs::update_alpha_beta_modifiers (Output_Data< Tensor, A, B > tensor)
 
template<int AlphaModifer = 1, int BetaModifer = 0, class Tensor >
auto bc::tensors::exprs::make_output_data (Tensor tensor)