TVM  0.9.4
tvm::utils::ProtoTaskCommon< T, FunT > Class Template Reference

#include <tvm/utils/ProtoTask.h>

Collaboration diagram for tvm::utils::ProtoTaskCommon< T, FunT >:

Public Member Functions

 ProtoTaskCommon (FunT f, const internal::RHS &rhs)
 
template<typename FunU >
 ProtoTaskCommon (const ProtoTaskCommon< T, FunU > &pt)
 

Public Attributes

FunT f_
 
internal::RHS rhs_
 

Constructor & Destructor Documentation

◆ ProtoTaskCommon() [1/2]

template<constraint::Type T, typename FunT >
tvm::utils::ProtoTaskCommon< T, FunT >::ProtoTaskCommon ( FunT  f,
const internal::RHS rhs 
)
inline

◆ ProtoTaskCommon() [2/2]

template<constraint::Type T, typename FunT >
template<typename FunU >
tvm::utils::ProtoTaskCommon< T, FunT >::ProtoTaskCommon ( const ProtoTaskCommon< T, FunU > &  pt)
inline

Member Data Documentation

◆ f_

template<constraint::Type T, typename FunT >
FunT tvm::utils::ProtoTaskCommon< T, FunT >::f_

◆ rhs_

template<constraint::Type T, typename FunT >
internal::RHS tvm::utils::ProtoTaskCommon< T, FunT >::rhs_

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