|
BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
#include "common.h"

Go to the source code of this file.
Classes | |
| struct | bc::tensors::iterators::Multidimensional_Iterator< direction, Tensor > |
Namespaces | |
| bc | |
| The Evaluator determines if an expression needs to be greedily optimized. | |
| bc::tensors | |
| bc::tensors::iterators | |
Macros | |
| #define | BC_ND_Iter_Compare(sign, rev) |
Functions | |
| template<class Tensor > | |
| auto | bc::tensors::iterators::iter_begin (Tensor &derived) |
| template<class Tensor > | |
| auto | bc::tensors::iterators::iter_end (Tensor &derived) |
| template<class Tensor > | |
| auto | bc::tensors::iterators::iter_rbegin (Tensor &derived) |
| template<class Tensor > | |
| auto | bc::tensors::iterators::iter_rend (Tensor &derived) |
| #define BC_ND_Iter_Compare | ( | sign, | |
| rev | |||
| ) |
1.8.13