Skip to content

Tensor-Array/BinaryTensor

Repository 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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages