ONE - On-device Neural Engine
Loading...
Searching...
No Matches
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 49 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 51 of file MinMaxMap.h.

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

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