ALP User Documentation  0.8.preview
Algebraic Programming User Documentation
List of all members
relu< D1, D2, D3, implementation > Class Template Reference

This operation is equivalent to grb::operators::min. More...

Inherits Operator< internal::relu< D1, D2, D3, implementation > >.

Detailed Description

template<typename D1, typename D2 = D1, typename D3 = D2, enum Backend implementation = config::default_backend>
class grb::operators::relu< D1, D2, D3, implementation >

This operation is equivalent to grb::operators::min.

It assumes that the right-hand input is the bias, while the left-hand input is the signal.

See also
min

The documentation for this class was generated from the following file: