ONE - On-device Neural Engine
Loading...
Searching...
No Matches
loco::BiasShape Class Referencefinal

Bias Shape. More...

#include <BiasShape.h>

Public Member Functions

 BiasShape ()=default
 
const Dimensionlength (void) const
 
Dimensionlength (void)
 

Detailed Description

Bias Shape.

Definition at line 28 of file BiasShape.h.

Constructor & Destructor Documentation

◆ BiasShape()

loco::BiasShape::BiasShape ( )
default

Member Function Documentation

◆ length() [1/2]

Dimension & loco::BiasShape::length ( void  )
inline

Definition at line 35 of file BiasShape.h.

35{ return _length; }

◆ length() [2/2]

const Dimension & loco::BiasShape::length ( void  ) const
inline

Definition at line 34 of file BiasShape.h.

34{ return _length; }

Referenced by loco::NodeShape::as(), loco::operator==(), loco::NodeShape::set(), and exo::to_shape_description().


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