tvm
Public Member Functions | Public Attributes | List of all members
tvm::detail::AttrExistVisitor Class Reference

#include <attrs.h>

Collaboration diagram for tvm::detail::AttrExistVisitor:

Public Member Functions

template<typename T >
AttrNopEntry operator() (const char *key, T *v)
 

Public Attributes

std::string key_
 
bool exist_ {false}
 

Member Function Documentation

◆ operator()()

template<typename T >
AttrNopEntry tvm::detail::AttrExistVisitor::operator() ( const char *  key,
T *  v 
)
inline

Member Data Documentation

◆ exist_

bool tvm::detail::AttrExistVisitor::exist_ {false}

◆ key_

std::string tvm::detail::AttrExistVisitor::key_

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