ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 38 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 40 of file NNPkg.h.

41 {
42 return lhs.from == rhs.from && lhs.to == rhs.to;
43 }

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


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