|
TVM
0.9.4
|
#include <tvm/utils/internal/ProtoTaskDetails.h>
Public Member Functions | |
| RHS (double d) | |
| template<typename Derived > | |
| RHS (const Eigen::MatrixBase< Derived > &v) | |
| Eigen::VectorXd | toVector (Eigen::DenseIndex n) const |
Public Attributes | |
| RHSType | type_ |
| double | d_ |
| Eigen::VectorXd | v_ |
A union-like class, that can represent nothing, a double or a vector. Which of these 3 options is described by its RHSType
| tvm::utils::internal::RHS::RHS | ( | double | d | ) |
| tvm::utils::internal::RHS::RHS | ( | const Eigen::MatrixBase< Derived > & | v | ) |
| Eigen::VectorXd tvm::utils::internal::RHS::toVector | ( | Eigen::DenseIndex | n | ) | const |
| double tvm::utils::internal::RHS::d_ |
| RHSType tvm::utils::internal::RHS::type_ |
| Eigen::VectorXd tvm::utils::internal::RHS::v_ |