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


Traits-like class to detect if class T has a constructor accepting an instance of NoArg as argument. The class derives from std::true_type if this is the case and std::false_type otherwise.