ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert_micro::execute::pal::LogicalOrFn Struct Reference

#include <PALLogicalCommon.h>

Public Member Functions

bool operator() (bool lhs, bool rhs)
 

Detailed Description

Definition at line 30 of file PALLogicalCommon.h.

Member Function Documentation

◆ operator()()

bool onert_micro::execute::pal::LogicalOrFn::operator() ( bool  lhs,
bool  rhs 
)
inline

Definition at line 32 of file PALLogicalCommon.h.

32{ return lhs || rhs; }

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