ONE - On-device Neural Engine
Loading...
Searching...
No Matches
moco::GraphBuilderSource Struct Referenceabstract

#include <GraphBuilderRegistry.h>

Public Member Functions

virtual ~GraphBuilderSource ()=default
 
virtual const GraphBuilderlookup (const std::string &op) const =0
 Returns registered GraphBuilder pointer for operator (nullptr if not present)
 

Detailed Description

Definition at line 29 of file GraphBuilderRegistry.h.

Constructor & Destructor Documentation

◆ ~GraphBuilderSource()

virtual moco::GraphBuilderSource::~GraphBuilderSource ( )
virtualdefault

Member Function Documentation

◆ lookup()

virtual const GraphBuilder * moco::GraphBuilderSource::lookup ( const std::string &  op) const
pure virtual

Returns registered GraphBuilder pointer for operator (nullptr if not present)

Implemented in moco::GraphBuilderRegistry.

Referenced by moco::GraphBuilderRegistry::lookup().


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