Functor to multiply by a constant and add a fixed value. More...
#include <dcnnelements.hpp>
Public Member Functions | |
| mul_delta_functor (std::ptrdiff_t delta) | |
| std::ptrdiff_t | delta () const |
| tagged::index_class< T2 > | operator() (const tagged::index_class< T1 > &ko) const |
Static Public Attributes | |
| static constexpr std::ptrdiff_t | multiplier = MUL |
Functor to multiply by a constant and add a fixed value.
| T1 | Input index tag |
| T2 | Output index tag |
| MUL | The constant multiplier |