Thank for your reply.

But when I run the model:

```
rlib = tvm.runtime.module.load_module(dso_path)
ctx = tvm.cpu()
rt_mod = graph_executor.GraphModule(rlib['default'](ctx))
```

The net  is not use nuc_fpga_conv2d, I don’t see the nuc_fpga_conv2d() 's 
output “Calling From nuc_fpga_conv2d”,It still use nn.conv2d .





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/question-byoc-replace-nn-conv2d-to-our-nucfpga-conv2d/9950/4)
 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/e5731b5a64e14140ce131ebdad0e5d6de044e5e50ac18b4a9115c6009495896b).

Reply via email to