ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert::ir::ModelEdgeEqual Struct Reference

#include <NNPkg.h>

Public Member Functions

bool operator() (const onert::ir::ModelEdge &lhs, const onert::ir::ModelEdge &rhs) const
 

Detailed Description

Definition at line 40 of file NNPkg.h.

Member Function Documentation

◆ operator()()

bool onert::ir::ModelEdgeEqual::operator() ( const onert::ir::ModelEdge lhs,
const onert::ir::ModelEdge rhs 
) const
inline

Definition at line 42 of file NNPkg.h.

43 {
44 return lhs.from == rhs.from && lhs.to == rhs.to;
45 }

References onert::ir::ModelEdge::from, and onert::ir::ModelEdge::to.


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