How to load .params file in java?

i want to know how to load .params file in java, so that i can use java runtime API.

Take a look at the android app example, which uses the java runtime API: https://github.com/dmlc/tvm/tree/master/apps/android_deploy

1 Like