'libtensorflowlite_xnnpack_delegate.so' 是XNNPACK Delegate的库文件路径,根据你的系统环境,这个路径可能会有所不同。在某些环境中,TensorFlow Lite可能已经内置了对XNNPACK的支持,无需显式加载Delegate库。 如果你的TensorFlow Lite版本较新,可能不需要显式加载XNNPACK Delegate,因为TensorFlow Lite可能会自动检测并使用它...
INFO: Created TensorFlow Lite XNNPACK delegate for CPU. zsh: segmentation fault ./main {path/to/model} What I discovered: As explained before, the first line is not an error. The error must be in some other place. I am working with opencv and tensorflow. I am testing a simple image ...