tvm
tvm copied to clipboard
Set the weight/params before build process
Currently, the activation inputs and weight inputs are set together after compilation. For pre-compute pass in TVM, we need to know the weight inputs to do some optimization, such as weight pre-packing. cc @kimishpatel