Cortenn
Namespaces | Functions
helper.cpp File Reference
#include "llo/generated/api.hpp"
#include "llo/generated/codes.hpp"
#include "llo/data.hpp"
#include "llo/helper.hpp"
Include dependency graph for helper.cpp:

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...