17#ifndef __ENCO_BACKEND_H__
18#define __ENCO_BACKEND_H__
Top-level element of coco IR which represents a neural network.
std::unique_ptr< enco::Backend > make_backend(const cmdline::View &)
Core coco entity for constant weights.
virtual void compile(coco::Module *m, coco::Data *d)=0
virtual ~Backend()=default