ones32

function defined in module Flux


			ones32(size...) = ones(Float32, size...)

Return an Array{Float32} of the given size filled with 1s.

Methods

There are 2 methods for Flux.ones32: