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

Namespaces

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

Functions

template<class Operation , class Expression >
BCHOT auto bc::tensors::exprs::make_un_expr (Expression expression, Operation operation=Operation())