TVM  0.9.4
tvm::scheme::internal::ParseArg< N > Class Template Reference

#include <tvm/scheme/internal/CompiledAssignment.h>

Inheritance diagram for tvm::scheme::internal::ParseArg< N >:
Collaboration diagram for tvm::scheme::internal::ParseArg< N >:

Detailed Description

template<int N>
class tvm::scheme::internal::ParseArg< N >

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.


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