BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces | Functions
array.h File Reference
#include "expression_template_base.h"
#include "array_kernel_array.h"
#include "expression_binary.h"
Include dependency graph for 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::Array_Slice< Shape, ValueType, Allocator, Tags >
 
struct  bc::tensors::exprs::Array< Shape, Scalar, AllocatorType, Tags >
 

Namespaces

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

Functions

template<class Shape , class Allocator >
auto bc::tensors::exprs::make_tensor_array (Shape shape, Allocator alloc)