Part Number: TDA4VM
I have compiled a TensorFlow Model using TVM.
When I tried to load the compiled artifacts (.so, .json, .params), there is an error happened:
python3: symbol lookup error: tensorflow_dms/deploy_lib.so: undefined symbol: __gnu_f2h_ieee
I have no idea how to make it correct.
Could you help me fix it?
Thanks.