Kernel implementations in a thread-safe hash table. More...
#include <DispatchTable.h>
Public Member Functions | |
| void | emplace (TensorTypeId key, const DispatchTableEntry &value, const std::string &operator_name) |
| void | erase (TensorTypeId key, const std::string &operator_name) |
| const DispatchTableEntry * | lookup (TensorTypeId key, const string &operator_name) const |
| bool | isEmpty () const |
Kernel implementations in a thread-safe hash table.
Definition at line 42 of file DispatchTable.h.
1.8.11