how to interpret output tensor data packing in tensorflow lite c++?
I am working on a tensorflow-lite model in c++ (I have it working python already) and I was confused about how my output data is packed. I couldn’t find any references in the documentation. I looked …