The log file records errors related to the initialization of an interpreter for a TensorFlow Lite model. Specifically, it failed to create the XNNPack plugin, suggesting the application was not properly linked to the XNNPack target library during compilation. This resulted in repeated failures to initialize the interpreter across multiple threads over time.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
35 views30 pages
Log
The log file records errors related to the initialization of an interpreter for a TensorFlow Lite model. Specifically, it failed to create the XNNPack plugin, suggesting the application was not properly linked to the XNNPack target library during compilation. This resulted in repeated failures to initialize the interpreter across multiple threads over time.