TVM  0.9.4
tvm::utils::CheckOptions::CheckConfiguration Struct Reference

#include <tvm/utils/checkFunction.h>

Public Attributes

std::optional< Eigen::VectorXd > value = std::nullopt
 
std::optional< Eigen::VectorXd > velocity = std::nullopt
 
std::optional< Eigen::VectorXd > acceleration = std::nullopt
 
size_t samples = 1
 

Detailed Description

A specific configuration to check

  • value will be stored in the function's variable value
  • velocity will be stored in the function's variable's derivative value
  • acceleration will be stored in the function's variable's derivative's derivative value
  • samples if any of value/velocity/acceleration is null then samples random configuration are generated for those (if it makes sense for this test)

The order of values in the given vectors corresponds to the order given by the VariableVector of the function being tested


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