I have a task to generate code for a onnx model, the input and output data are 
very small, e.g. 1 single int value. the code should be as fast as possible, so 
I want to generate code for the operator. But the PrimFunc I got at the backend 
of TVM have pointers as parameters in the func signature.

So my question is, is it possible to generate function with int/float values as 
paramters?





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/is-it-possible-to-generate-code-with-int-value-instead-of-pointer-as-parameters/18383/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/c4e5cad158197a2c18632e372eb5d0fdcd304d0f9b60133f7d5bcfce0f8c655d).

Reply via email to