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

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

Static Public Member Functions

template<typename... Args>
static std::tuple_element< N, std::tuple< Args... > >::type get (Args &&... args)
 

Detailed Description

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

Helper structure to get the N-th argument in a function call.

See also
ParseArg

Member Function Documentation

◆ get()

template<int N>
template<typename... Args>
static std::tuple_element<N, std::tuple<Args...> >::type tvm::scheme::internal::ParseArg_< N >::get ( Args &&...  args)
inlinestatic

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