Cortenn
Namespaces | Functions
helper.hpp File Reference
#include "ade/ifunctor.hpp"
Include dependency graph for helper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llo
 

Functions

ade::TensptrT llo::mtens_mul (ade::TensptrT lhs, ade::MappedTensor rhs)
 Return product of lhs with mapped rhs. More...
 
ade::TensptrT llo::grad_prod (ade::iFunctor *fwd, size_t gradidx, ade::TensT tens)
 
ade::TensptrT llo::grad_min (ade::iFunctor *fwd, size_t gradidx, ade::TensT tens)
 
ade::TensptrT llo::grad_max (ade::iFunctor *fwd, size_t gradidx, ade::TensT tens)
 
ade::TensptrT llo::reduce (ade::Opcode opcode, ade::TensptrT tens, uint8_t dim)
 Return reduction of tens after dimension dim using opcode operation. More...
 
ade::TensptrT llo::matmul (ade::TensptrT a, ade::TensptrT b)
 Return matmul of a and b. More...
 
ade::TensptrT llo::convolution (ade::TensptrT img, ade::TensptrT kernel)
 Return convolution operation on img with kernel. More...