Wanglongzhi2001 / TinyTensor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 93.5%Language:CMake 6.5%