Skip to content
Michael Bartling edited this page Oct 20, 2017 · 1 revision

Welcome to the uTensor wiki!

Todo

  • Tensor class memory allocators. Add memory allocators to Tensor class similar to std::*containers
    • BaseAllocator uses new and delete directly
    • SDAllocator uses cacheing or knockoff paging on SD card
    • Magic?
  • Rewrite tests in mbed-greentea
  • Set up issue tracker for tasks
  • Add ND-convolution
  • Protobuf pb files to cpp code hacks (need better definition)
Clone this wiki locally