ArmNN
 20.11
std Namespace Reference

Classes

struct  hash< armnn::BackendId >
 make BackendId compatible with std hashtables by reusing the hash function for strings. More...
 
struct  hash< armnn::profiling::ProfilingDynamicGuid >
 make ProfilingDynamicGuid hashable More...
 
struct  hash< armnn::profiling::ProfilingGuid >
 make ProfilingGuid hashable More...
 
struct  hash< armnn::profiling::ProfilingStaticGuid >
 make ProfilingStaticGuid hashable More...
 
struct  is_floating_point< armnn::Half >
 
struct  is_floating_point< const armnn::Half >
 
struct  is_floating_point< volatile armnn::Half >
 

Functions

bool operator== (const std::vector< uint8_t > &left, int right)
 

Function Documentation

◆ operator==()

bool operator== ( const std::vector< uint8_t > &  left,
int  right 
)

Definition at line 952 of file ProfilingUtils.cpp.

953 {
954  return std::memcmp(left.data(), &right, left.size()) == 0;
955 }