ONE - On-device Neural Engine
Loading...
Searching...
No Matches
coco::Entity Class Reference

A base class for IR entities. More...

#include <Entity.h>

Public Member Functions

virtual ~Entity ()=default
 
Modulemodule (void) const
 

Friends

class EntityBuilder
 

Detailed Description

A base class for IR entities.

NOTE Each IR entity has a link to a module that it belongs to

Definition at line 30 of file Entity.h.

Constructor & Destructor Documentation

◆ ~Entity()

virtual coco::Entity::~Entity ( )
virtualdefault

Member Function Documentation

◆ module()

Module * coco::Entity::module ( void  ) const
inline

Definition at line 39 of file Entity.h.

39{ return _module; }

Referenced by tflimport::build_activation(), and coco::EntityBuilder::modulize().

Friends And Related Symbol Documentation

◆ EntityBuilder

friend class EntityBuilder
friend

Definition at line 33 of file Entity.h.


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