armnn
armnn copied to clipboard
nvalid attempt to construct ConstTensor from non-constant TensorInfo
os:ubuntu 18.04 model formate:tflite
Anybody help me?
Hello,
I don't see anything wrong with the first block of code. It is logically similar to our SimpleSample.cpp code.
There is no indication that the error you're seeing is coming from that code. I suggest you put a breakpoint in the ConstTensor constructors of Tensor.hpp and see where the problem originates.
Colm.