@tobegit3hub thanks for this great work. I am trying to export an autotuned 
model with TVMDSOOp. Now, I am stuck at how to register the func_name to the 
tf_op.
```
with tvm.transform.PassContext(opt_level=3):
    graph, lib, params = relay.build_module.build(
        mod, target=target, params=params)
lib.export_library("model_tvm.so")
```
Is it supported now to export an autotuned model(rather than an tvm op) to 
tensorflow op?





---
[Visit Topic](https://discuss.tvm.ai/t/add-the-document-for-tvmdsoop/6622/7) to 
respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.ai/email/unsubscribe/dbd5feb05e026025f0417e11cca10260d9b6fc4a7f1786d00e782d83a988dab5).

Reply via email to