choujayyl

Results 5 comments of choujayyl

So CEIL operator not support by ArmNN?

@MikeJKelly I was try ExecuteNetwork with delegate,cmd >./ExecuteNetwork -f tflite-binary -m ./lite-model_yamnet_tflite_1.tflite -T delegate -i waveform -o Identity_2 -c CpuRef -d ./1.PCM but get some error: ` Info: ArmNN v28.0.0...

@MikeJKelly Any suggestion?

![image](https://user-images.githubusercontent.com/28703422/142337584-f7cb8f46-b844-4295-8648-35519420ec70.png) I found reason,because openPGM use setsockopt with SOL_IP option.That indicate Invaild parameter。You must use IPPROTO_IP. But I dont understand.