ONE - On-device Neural Engine
Loading...
Searching...
No Matches
loco::ErrorListener Struct Reference

Error listener (with default implementation) More...

#include <Verifier.h>

Collaboration diagram for loco::ErrorListener:

Public Member Functions

virtual ~ErrorListener ()=default
 
void notify (const ErrorDetail< ErrorCategory::MissingArgument > &) override
 
- Public Member Functions inherited from loco::IErrorListener
virtual ~IErrorListener ()=default
 

Detailed Description

Error listener (with default implementation)

Definition at line 82 of file Verifier.h.

Constructor & Destructor Documentation

◆ ~ErrorListener()

virtual loco::ErrorListener::~ErrorListener ( )
virtualdefault

Member Function Documentation

◆ notify()

void loco::ErrorListener::notify ( const ErrorDetail< ErrorCategory::MissingArgument > &  )
inlineoverridevirtual

Implements loco::IErrorListener.

Definition at line 86 of file Verifier.h.

86{ return; }

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