BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Namespaces | Functions
tensor_static_functions.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

template<class Expression >
auto bc::tensors::sum (const Expression_Base< Expression > &tensor)
 
template<class Expression >
auto bc::tensors::value_sum (const Expression_Base< Expression > &tensor)
 
template<class Expression >
auto bc::tensors::prod (const Expression_Base< Expression > &tensor)