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::Coefficientwise_Iterator< Direction, Tensor, enabler > |
Namespaces | |
bc | |
The Evaluator determines if an expression needs to be greedily optimized. | |
bc::tensors | |
bc::tensors::iterators | |
Macros | |
#define | BC_Iter_Compare(sign, rev) |
Functions | |
template<class Tensor > | |
auto | bc::tensors::iterators::iter_cw_begin (Tensor &tensor) |
template<class Tensor > | |
auto | bc::tensors::iterators::iter_cw_end (Tensor &tensor) |
template<class Tensor > | |
auto | bc::tensors::iterators::iter_cw_rbegin (Tensor &tensor) |
template<class Tensor > | |
auto | bc::tensors::iterators::iter_cw_rend (Tensor &tensor) |
#define BC_Iter_Compare | ( | sign, | |
rev | |||
) |