tflite equivalent for kernel = torch.FloatTensor or similar

16 Views Asked by At

When processing images,

Python torch can create Laplacian or Gaussian pyramids using

kernel = torch.FloatTensor or similar

ie with models, learning etc.

How can one do this with tflite as a precursor to learning?

my use case is microprocessor, but anything would make a start!!

thanks

I've been searching for any usage, in books and online, but not found anything obviously appropriate.

0

There are 0 best solutions below