ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnc::Driver Class Reference

Compiler Driver manages the whole pipeline compilation process. More...

#include <Driver.h>

Public Member Functions

void runDriver ()
 main method to run compiler driver
 

Detailed Description

Compiler Driver manages the whole pipeline compilation process.

Definition at line 47 of file Driver.h.

Member Function Documentation

◆ runDriver()

void nnc::Driver::runDriver ( )

main method to run compiler driver

Exceptions
DriverExceptionif errors occurred in driver PassException if errors occurred in passes

Definition at line 208 of file Driver.cpp.

209{
210 registerOptimizationPass();
211 registerBackendSpecificPasses();
212
213 runPasses();
214}

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