1//! Implementation of function calls to cuda kernel functions 2 3pub mod activation; 4pub mod lossfunction; 5pub mod device; 6pub mod optimizer;