|
TVM
0.9.4
|
#include <tvm/scheme/internal/CompiledAssignment.h>


A helper structure with a static get method to retrieve the N-th argument in a function call. We use it to dispatch arguments to base classes in the constructor of an aggregated derived class. If N>=0, returns the corresponding argument, otherwise returns an instance of NoArg.