Skip to content

仓库 files navigation

Binary Tensor

C++

This project is in experiment. Not final product.

A C++ bit-per-value tensor library that can be used to work with machine learning or deep learning project.

This library only using tensor that have only 1 bit per layer value. and only use one binary digits (0 or 1) as a value in a tensor. This library using bitwise operator to calculate tensor.

All arithmetic operators have been replaced with bitwise operator.

If you want read more, please go to docs

Build your own binary neural network models with this library.

关于

A tensor that use only 1 bit per value and only using bitwise operators.

Topics

Resources

Stars

1 star

关注者

1 watching

复刻s

发布

Used by

贡献者

Languages