Public Member Functions | Static Public Attributes
ngraph::op::v0::Selu Class Reference

Performs a SELU activation function on all elements of the input node. More...

#include <selu.hpp>

Inheritance diagram for ngraph::op::v0::Selu:
Inheritance graph
[legend]
Collaboration diagram for ngraph::op::v0::Selu:
Collaboration graph
[legend]

Public Member Functions

const NodeTypeInfo & get_type_info () const override
 
 Selu (const Output< Node > &data, const Output< Node > &alpha, const Output< Node > &lambda)
 Constructs a Selu node. More...
 
bool visit_attributes (AttributeVisitor &visitor) override
 
virtual OutputVector decompose_op () const override
 
virtual std::shared_ptr< Node > clone_with_new_inputs (const OutputVector &new_args) const override
 

Static Public Attributes

static constexpr NodeTypeInfo type_info {"Selu", 0}
 

Detailed Description

Performs a SELU activation function on all elements of the input node.

Constructor & Destructor Documentation

◆ Selu()

ngraph::op::v0::Selu::Selu ( const Output< Node > &  data,
const Output< Node > &  alpha,
const Output< Node > &  lambda 
)

Constructs a Selu node.

Parameters
data- Node producing the input tensor
alpha- Alpha coefficient of SELU operation
lambda- Lambda coefficient of SELU operation

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