|
BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|

Go to the source code of this file.
Functions | |
| self_type & | fill (value_type value) |
| self_type & | zero () |
| self_type & | ones () |
| template<class Function > | |
| void | for_each (Function func) const |
| self_type & | sort () |
| void | randomize (value_type lb=0, value_type ub=1) |
| self_type& fill | ( | value_type | value | ) |
| void for_each | ( | Function | func | ) | const |
| self_type& ones | ( | ) |
| void randomize | ( | value_type | lb = 0, |
| value_type | ub = 1 |
||
| ) |
| self_type& sort | ( | ) |
| self_type& zero | ( | ) |
1.8.13