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

Global Response Normalization with L2 norm (across channels only). More...

#include <grn.hpp>

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

Public Member Functions

const NodeTypeInfo & get_type_info () const override
 
 GRN (const Output< Node > &data, float bias)
 Constructs a GRN operation. More...
 
bool visit_attributes (AttributeVisitor &visitor) override
 
float get_bias () const
 
virtual void pre_validate_and_infer_types () 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 {"GRN", 0}
 

Protected Attributes

float m_bias = 1.0f
 

Detailed Description

Global Response Normalization with L2 norm (across channels only).

Constructor & Destructor Documentation

◆ GRN()

ngraph::op::v0::GRN::GRN ( const Output< Node > &  data,
float  bias 
)

Constructs a GRN operation.

Parameters
data- Node producing the input tensor
bias- The bias added to the variance.

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