Public Member Functions
ngraph::op::util::ActivationFunction Class Reference

Class representing activation function used in RNN cells. More...

#include <activation_functions.hpp>

Public Member Functions

 ActivationFunction (ActivationFunctionType f, float alpha, float beta)
 
 ActivationFunction (ActivationFunctionType f, float alpha)
 
 ActivationFunction (ActivationFunctionType f)
 
std::shared_ptr< Node > operator() (const std::shared_ptr< Node > &arg) const
 Calls stored activation function with provided node argument.
 
void set_alpha (float alpha)
 
void set_beta (float beta)
 

Detailed Description

Class representing activation function used in RNN cells.


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