I have a exported library, and using it in python, my code like this:

```
mods = tvm.runtime.load_module(lib_path)
    fc1 = mods.GetFunction(f'{prefix}_fc1')
```

Got error:

```
AttributeError: 'Module' object has no attribute 'GetFunction'
```


How to get the Func inside module?





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/attributeerror-module-object-has-no-attribute-getfunction/12337/1)
 to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/886c554785c9c3d52f79ec104a1d43a82601d6d068ca080108fb79926416025d).

Reply via email to