BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
Go to the source code of this file.
Classes | |
struct | bc::traits::Bind< Function, Args > |
Similar to std::bind but the evaluation of the function in respect to its bound arguments are deduced if and only if the function is called. More... | |
Namespaces | |
bc | |
The Evaluator determines if an expression needs to be greedily optimized. | |
bc::traits | |
Functions | |
template<class Function , class... Args> | |
Bind< Function, Args &&... > | bc::traits::bind (Function function, Args &&... args) |