|
ONE - On-device Neural Engine
|
#include <DeadNodeQueryService.h>

Public Member Functions | |
| bool | isDeadNode (loco::Node *node) final |
| Check if the node is dead node. | |
Public Member Functions inherited from logo::DeadNodeQueryService | |
| virtual | ~DeadNodeQueryService ()=default |
Public Member Functions inherited from loco::DialectService | |
| virtual | ~DialectService ()=default |
Definition at line 27 of file DeadNodeQueryService.h.
|
finalvirtual |
Check if the node is dead node.
Implements logo::DeadNodeQueryService.
Definition at line 39 of file DeadNodeQueryService.cpp.
References loco::active_nodes(), loco::Node::arg(), loco::Node::arity(), loco::Node::graph(), loco::input_nodes(), luci::must_cast(), and loco::output_nodes().