ONE - On-device Neural Engine
Loading...
Searching...
No Matches
moco::GraphBuilder Class Referenceabstract

Interface of convert TF NodeDef to loco::Node (e.g., Conv2DGraphBuilder) More...

#include <GraphBuilder.h>

Public Member Functions

virtual bool validate (const tensorflow::NodeDef &) const =0
 
virtual void build (const tensorflow::NodeDef &, GraphBuilderContext *) const =0
 
virtual ~GraphBuilder ()
 

Detailed Description

Interface of convert TF NodeDef to loco::Node (e.g., Conv2DGraphBuilder)

Definition at line 30 of file GraphBuilder.h.

Constructor & Destructor Documentation

◆ ~GraphBuilder()

virtual moco::GraphBuilder::~GraphBuilder ( )
inlinevirtual

Definition at line 35 of file GraphBuilder.h.

35{}

Member Function Documentation

◆ build()

◆ validate()


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