BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Functions
tensor_iteralgos.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ fill()

self_type& fill ( value_type  value)

◆ for_each()

template<class Function >
void for_each ( Function  func) const

◆ ones()

self_type& ones ( )

◆ randomize()

void randomize ( value_type  lb = 0,
value_type  ub = 1 
)

◆ sort()

self_type& sort ( )

◆ zero()

self_type& zero ( )