BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
#include "expression_template_base.h"
#include "array_kernel_array.h"
#include "expression_binary.h"
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) |