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

Go to the source code of this file.

Classes

struct  bc::tensors::exprs::Kernel_Array< Shape, ValueType, SystemTag, Tags >
 

Namespaces

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

Functions

template<int N, class Allocator , class... Tags>
auto bc::tensors::exprs::make_kernel_array (Shape< N > shape, Allocator allocator, Tags...)