ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert::exec::OpMinMaxHash Struct Reference

#include <MinMaxMap.h>

Public Member Functions

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

Detailed Description

Definition at line 40 of file MinMaxMap.h.

Member Function Documentation

◆ operator()()

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

Definition at line 42 of file MinMaxMap.h.

43 {
44 return std::hash<ir::SubgraphIndex>()(k.first) ^ std::hash<ir::OperationIndex>()(k.second);
45 }

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