|
NVIDIA NvNeural SDK
2022.1
GPU inference framework for NVIDIA Nsight Deep Learning Designer
|
Specialization of std::hash for strongly typed network backends. More...
#include <nvneural/CoreHelpers.h>
Public Member Functions | |
| std::size_t | operator() (nvneural::NetworkBackendId backendId) const noexcept |
| Returns an integer hash of the provided backend. More... | |
Specialization of std::hash for strongly typed network backends.
Allows NetworkBackendId values to be used as associative keys.
|
inlinenoexcept |
Returns an integer hash of the provided backend.
| backendId | Backend ID to hash |