//data is float* 
    TVMArrayCopyFromBytes(m_cpuInput, data, w*h*c);
    TVMArrayCopyFromTo(m_cpuInput, m_gpuInput, nullptr);
    set_input("INPUT", m_gpuInput);

    get_output(0, m_gpuOutput0);
    TVMArrayCopyFromTo(m_gpuOutput0, m_cpuOutput0, nullptr);





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/irrespective-of-input-same-output-ios-tvm-model/10765/7)
 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/ddb3284645e3565c35876bb43c861b24c98c3f51b4950bcdeacd5a1945f73e03).

Reply via email to