TVM  0.9.4
map.h File Reference
#include <functional>
#include <map>
#include <unordered_map>
Include dependency graph for map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tvm::utils::internal::IdLess< ObjWithId >
 
class  tvm::utils::internal::IdEqual< ObjWithId >
 
class  tvm::utils::internal::HashId< ObjWithId >
 

Namespaces

 tvm
 
 tvm::utils
 
 tvm::utils::internal
 

Typedefs

template<typename KeyWithId , typename Value , typename Allocator = std::allocator<std::pair<const KeyWithId, Value>>>
using tvm::utils::internal::map = std::map< KeyWithId, Value, IdLess< KeyWithId >, Allocator >
 
template<typename KeyWithId , typename Value , typename Allocator = std::allocator<std::pair<const KeyWithId, Value>>>
using tvm::utils::internal::unordered_map = std::unordered_map< KeyWithId, Value, HashId< KeyWithId >, IdEqual< KeyWithId >, Allocator >