ArmNN  NotReleased
std Namespace Reference

Classes

struct  hash< armnn::BackendId >
 
struct  hash< armnn::profiling::ProfilingDynamicGuid >
 
struct  hash< armnn::profiling::ProfilingGuid >
 
struct  hash< armnn::profiling::ProfilingStaticGuid >
 
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, std::thread::id right)
 

Function Documentation

◆ operator==()

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

Definition at line 1148 of file ProfilingUtils.cpp.

1149 {
1150  return std::memcmp(left.data(), &right, left.size()) == 0;
1151 }