Hi TVM Team,
@tqchen @preethireddy @shivmgg @echuraev I am developing an iOS TVM application but Irrespective of input same inference output I am getting in the iOS TVM model.
- Converted TensorFlow model to TVM model - success
- Tried to inference converted x86 TVM model in python - success
- Again converted TF model to TVM model of iOS ARM64 - success
- Tried to inference converted arm64 model in iOS - Irrespective of input same output not giving expected inference output.
Below are the target and target_host: target = ‘metal’ target_host = “llvm -mtriple=arm64-apple-darwin”
Note: If I set all input values to zero it is giving the same inference output.
What will be the issue kindly help me to fix this issue.
Thank you.