24.08
|
make BackendId compatible with std hashtables by reusing the hash function for strings. More...
#include <BackendId.hpp>
Public Member Functions | |
std::size_t | operator() (const armnn::BackendId &id) const noexcept |
make BackendId compatible with std hashtables by reusing the hash function for strings.
Note this must come before the first use of unordered_set<BackendId>.
Definition at line 156 of file BackendId.hpp.
|
inlinenoexcept |
Definition at line 158 of file BackendId.hpp.