BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces
tensor_base.h File Reference
#include "common.h"
#include "expression_templates/tree_evaluator.h"
#include "tensor_iterator_defs.h"
#include "tensor_accessor.h"
#include "expression_base.h"
#include "io/print.h"
#include "tensor_utility.h"
#include "tensor_iteralgos.h"
#include "tensor_operations.h"
#include "tensor_static_functions.h"
Include dependency graph for tensor_base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bc::tensors::Tensor_Base< ExpressionTemplate >
 
struct  bc::tensors::Tensor_Base< ExpressionTemplate >::nd_iterator_type< Tensor >
 
struct  bc::tensors::Tensor_Base< ExpressionTemplate >::nd_reverse_iterator_type< Tensor >
 
struct  bc::tensors::Tensor_Base< ExpressionTemplate >::Alias
 

Namespaces

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