tvm
Public Types | Public Member Functions | List of all members
tvm::detail::AttrNopEntry Struct Reference

#include <attrs.h>

Collaboration diagram for tvm::detail::AttrNopEntry:

Public Types

using TSelf = AttrNopEntry
 

Public Member Functions

TSelfdescribe (DMLC_ATTRIBUTE_UNUSED const char *str)
 
template<typename T >
TSelfset_default (DMLC_ATTRIBUTE_UNUSED const T &value)
 
template<typename T >
TSelfset_lower_bound (DMLC_ATTRIBUTE_UNUSED const T &begin)
 
template<typename T >
TSelfset_upper_bound (DMLC_ATTRIBUTE_UNUSED const T &end)
 

Member Typedef Documentation

◆ TSelf

Member Function Documentation

◆ describe()

TSelf& tvm::detail::AttrNopEntry::describe ( DMLC_ATTRIBUTE_UNUSED const char *  str)
inline

◆ set_default()

template<typename T >
TSelf& tvm::detail::AttrNopEntry::set_default ( DMLC_ATTRIBUTE_UNUSED const T &  value)
inline

◆ set_lower_bound()

template<typename T >
TSelf& tvm::detail::AttrNopEntry::set_lower_bound ( DMLC_ATTRIBUTE_UNUSED const T &  begin)
inline

◆ set_upper_bound()

template<typename T >
TSelf& tvm::detail::AttrNopEntry::set_upper_bound ( DMLC_ATTRIBUTE_UNUSED const T &  end)
inline

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