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

#include <PALLogicalCommon.h>

Public Member Functions

bool operator() (bool lhs, bool rhs)
 

Detailed Description

Definition at line 25 of file PALLogicalCommon.h.

Member Function Documentation

◆ operator()()

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

Definition at line 27 of file PALLogicalCommon.h.

27{ return lhs && rhs; }

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