choujayyl
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?
 I found reason,because openPGM use setsockopt with SOL_IP option.That indicate Invaild parameter。You must use IPPROTO_IP. But I dont understand.