TVM  0.9.4
tvm::utils::internal::HashId< ObjWithId > Class Template Reference

#include <tvm/utils/internal/map.h>

Public Types

using T = typename std::decay< typename std::remove_pointer< ObjWithId >::type >::type
 

Public Member Functions

std::size_t operator() (const T *key) const
 
std::size_t operator() (const T &key) const
 

Member Typedef Documentation

◆ T

template<typename ObjWithId >
using tvm::utils::internal::HashId< ObjWithId >::T = typename std::decay<typename std::remove_pointer<ObjWithId>::type>::type

Member Function Documentation

◆ operator()() [1/2]

template<typename ObjWithId >
std::size_t tvm::utils::internal::HashId< ObjWithId >::operator() ( const T key) const
inline

◆ operator()() [2/2]

template<typename ObjWithId >
std::size_t tvm::utils::internal::HashId< ObjWithId >::operator() ( const T key) const
inline

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