What is TinyTensor

TinyTensor is a tiny Tensor compute library.

Build from source

// clone third_party module
>>> git submodule update --init --recursive
>>> cmake -S . -B build
>>> cmake --build build