Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
c10::detail::ThreadsafeOperatorTable_ Class Referencefinal

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 DispatchTableEntrylookup (TensorTypeId key, const string &operator_name) const
 
bool isEmpty () const
 

Detailed Description

Kernel implementations in a thread-safe hash table.

Definition at line 42 of file DispatchTable.h.


The documentation for this class was generated from the following file: