libeblearn
ebl::tanh_module< T, Tstate > Class Template Reference

#include <ebl_nonlinearity.h>

Inheritance diagram for ebl::tanh_module< T, Tstate >:
ebl::module_1_1< T, Tstate > ebl::module

List of all members.

Public Member Functions

 tanh_module ()
 empty constructor
void fprop (Tstate &in, Tstate &out)
 fprop from in to out
void bprop (Tstate &in, Tstate &out)
 bprop
void bbprop (Tstate &in, Tstate &out)
 bbprop
virtual tanh_module< T, Tstate > * copy ()
 Returns a deep copy of this module.

Protected Attributes

idx< T > tmp
 Temporary buffer.

Detailed Description

template<typename T, class Tstate = bbstate_idx<T>>
class ebl::tanh_module< T, Tstate >

a slab of tanh


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