Closed onlyoh closed 4 years ago
I found there is an argument named type in argument list of conv2d_baseline.py, and its value can be tvm_generic, tvm_opt or pytorch. What the meaning of type, tvm_generic and tvm_opt?
conv2d_baseline.py
tvm_generic
tvm_opt
pytorch
type
tvm_generic uses fallback configs of autotvm, which are predefined by experts. tvm_opt uses tuning to find configs.
I found there is an argument named type in argument list of
conv2d_baseline.py
, and its value can betvm_generic
,tvm_opt
orpytorch
. What the meaning oftype
,tvm_generic
andtvm_opt
?