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

Public Member Functions | |
| virtual | ~GraphInputIndexQueryService ()=default |
| virtual bool | associated (const Node *node) const =0 |
| Check whether a given node is associated with any Graph-level input. | |
| virtual GraphInputIndex | 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 input.
|
pure virtual |
Exceptions
Referenced by onert.experimental.train.dataloader.DataLoader::__next__().