BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces | Enumerations
common.h File Reference
#include <iterator>
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bc::tensors::iterators::iterator_traits< T >
 

Namespaces

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

Enumerations

enum  bc::tensors::iterators::direction { bc::tensors::iterators::forward = 1, bc::tensors::iterators::reverse = -1 }
 
enum  bc::tensors::iterators::initpos { bc::tensors::iterators::start =0, bc::tensors::iterators::end =1 }