pub fn sigmoid_device( a: impl AsRef<Array>, stream: impl AsRef<Stream>, ) -> Result<Array>
Element-wise logistic sigmoid.
See the python API docs for more information