|
TVM
0.9.4
|
Functions | |
| void | registerDefault (GraphProbe &gp) |
| template<typename T > | |
| void | hash_combine (std::size_t &seed, const T &v) noexcept |
| template<typename ArgT , typename ConvertT > | |
| std::function< Eigen::MatrixXd(const ArgT &)> | MakeConvert (ConvertT &&convertIn) |
Copyright 2017-2021 CNRS-AIST JRL and CNRS-UM LIRMM
|
inlinenoexcept |
Combine the hash value of v with the value seed
Taken from boost.
| std::function<Eigen::MatrixXd(const ArgT &)> tvm::diagnostic::internal::MakeConvert | ( | ConvertT && | convertIn | ) |
Given a return type and an argument type returns a convert function if possible
| void tvm::diagnostic::internal::registerDefault | ( | GraphProbe & | gp | ) |
Register the usual tvm classes.