ONE - On-device Neural Engine
Loading...
Searching...
No Matches
enco::IdenticalObjectReductionPass Struct Referencefinal

#include <IdenticalObjectReduction.h>

Collaboration diagram for enco::IdenticalObjectReductionPass:

Public Member Functions

 PASS_CTOR (IdenticalObjectReductionPass)
 
void run (const SessionID &sess) const override
 
- Public Member Functions inherited from enco::Pass
 Pass (const Name &name)
 
 Pass (const Pass &)=delete
 
 Pass (Pass &&)=delete
 
virtual ~Pass ()=default
 
const Namename (void) const
 

Detailed Description

Definition at line 57 of file IdenticalObjectReduction.h.

Member Function Documentation

◆ PASS_CTOR()

enco::IdenticalObjectReductionPass::PASS_CTOR ( IdenticalObjectReductionPass  )
inline

Definition at line 59 of file IdenticalObjectReduction.h.

60 {
61 // DO NOTHING
62 }

◆ run()

void enco::IdenticalObjectReductionPass::run ( const SessionID sess) const
inlineoverridevirtual

Implements enco::Pass.

Definition at line 64 of file IdenticalObjectReduction.h.

Code * code(const SessionID &sess)
Definition Session.cpp:54
void reduce_identical_object(enco::Code *code)
Reduce identically copied objects as its original object.

References enco::code(), and enco::reduce_identical_object().

Referenced by package.infer.session::inference().


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