BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces | Functions
array_slice.h File Reference
#include "expression_template_base.h"
#include "array_kernel_array.h"
#include "array.h"
Include dependency graph for array_slice.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 >
 

Namespaces

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

Functions

template<class Parent >
auto bc::tensors::exprs::make_row (Parent &parent, bc::size_t index)
 
template<class Parent >
auto bc::tensors::exprs::make_diagnol (Parent &parent, bc::size_t diagnol_index)
 
template<class Parent , class ShapeLike , class = std::enable_if_t<Parent::tensor_dim != 1>>
auto bc::tensors::exprs::make_chunk (Parent &parent, bc::Dim< Parent::tensor_dim > index_points, ShapeLike shape)
 
template<class Parent , class ShapeLike , class = std::enable_if_t<Parent::tensor_dim == 1>>
auto bc::tensors::exprs::make_chunk (Parent &parent, bc::Dim< 1 > index_points, ShapeLike shape)