ONE - On-device Neural Engine
|
#include <DeadNodeQueryService.h>
Public Member Functions | |
virtual | ~DeadNodeQueryService ()=default |
virtual bool | isDeadNode (loco::Node *node)=0 |
Check if the node is dead node. | |
Public Member Functions inherited from loco::DialectService | |
virtual | ~DialectService ()=default |
Definition at line 26 of file DeadNodeQueryService.h.
|
virtualdefault |
|
pure virtual |
Check if the node is dead node.
Implemented in luci::DeadNodeQueryServiceImpl.