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

Public Member Functions | |
| virtual | ~GraphOutputIndexQueryService ()=default |
| virtual bool | associated (const Node *node) const =0 |
| Check whether a given node is associated with any Graph-level output. | |
| virtual GraphOutputIndex | index (const Node *node) const =0 |
Public Member Functions inherited from loco::DialectService | |
| virtual | ~DialectService ()=default |
|
virtualdefault |
Check whether a given node is associated with any Graph-level output.
|
pure virtual |
Exceptions
Referenced by onert.experimental.train.dataloader.DataLoader::__next__().