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

#include <ConcatLowering.h>

Collaboration diagram for enco::ConcatLoweringPass:

Public Member Functions

 PASS_CTOR (ConcatLoweringPass)
 
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 31 of file ConcatLowering.h.

Member Function Documentation

◆ PASS_CTOR()

enco::ConcatLoweringPass::PASS_CTOR ( ConcatLoweringPass  )
inline

Definition at line 33 of file ConcatLowering.h.

34 {
35 // DO NOTHING
36 }

◆ run()

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

Implements enco::Pass.

Definition at line 38 of file ConcatLowering.h.

38{ lower_concat(code(sess)); }
Code * code(const SessionID &sess)
Definition Session.cpp:54
void lower_concat(enco::Code *code)
Lower eval(Concat(...)) as a sequence of shuffle instructions.

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

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


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