ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Verifier.h File Reference
#include "loco/IR/Graph.h"
#include <memory>

Go to the source code of this file.

Data Structures

class  loco::ErrorDetail< ErrorCategory::MissingArgument >
 The details of MissingArgument error. More...
 
struct  loco::IErrorListener
 Error listener interface. More...
 
struct  loco::ErrorListener
 Error listener (with default implementation) More...
 

Namespaces

namespace  loco
 

Enumerations

enum class  loco::ErrorCategory { loco::MissingArgument }
 Possible error categories. More...
 

Functions

bool loco::valid (Graph *g, std::unique_ptr< ErrorListener > &&l=nullptr)
 Validate a loco graph.