MATTYGILO
MATTYGILO
interpreter.getInputTensor(index) interpreter.getOutputTensor(index) interpreter.invoke()
microlite has these classes/functions ['__class__', '__name__', '__version__', 'audio_frontend', 'interpreter', 'tensor']
inputTensor and outputTensor are classes of microlite.tensor ['__class__', '__name__', '__bases__', '__dict__', 'getType', 'getValue', 'quantizeFloatToInt8', 'quantizeInt8ToFloat', 'setValue']
Audio_frontend has these classes/functions ['__class__', '__name__', '__bases__', '__dict__', 'configure', 'execute']
Would be great if this could be converted into documentation
Tensor Arena is the maximum size at any point in time needed to store all the tensors at that moment.
Thanks @mocleiri I'll paste a bigger clip of my code I initialise when I'm next on my laptop. Essentially I can run code like this `outputTensor.getValue(1000000)` And still receive a...
@mocleiri Thanks these are my input and output tensors ``` inputTensor: tensor(type=INT8, dims->size=4) outputTensor: tensor(type=INT8, dims->size=2) ```
@mocleiri I think you may be onto something as my arena size is very big. If you think past 400 they are incorrect I'll only read the first 400. Thanks...
Doesn't have a pod spec