ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
onert::exec::IOMinMaxHash Struct Reference

#include <MinMaxMap.h>

Public Member Functions

size_t operator() (const std::pair< ir::SubgraphIndex, ir::IOIndex > &k) const noexcept
 

Detailed Description

Definition at line 47 of file MinMaxMap.h.

Member Function Documentation

◆ operator()()

size_t onert::exec::IOMinMaxHash::operator() ( const std::pair< ir::SubgraphIndex, ir::IOIndex > &  k) const
inlinenoexcept

Definition at line 49 of file MinMaxMap.h.

50 {
51 return std::hash<ir::SubgraphIndex>()(k.first) ^ std::hash<ir::IOIndex>()(k.second);
52 }

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