double to float32

How to convert double to float32 . When i try to do this float32(x) it throws an error "did you mean fl(x)".
I have image pixel data in shape ... 60000 . 32 . 32. 3 , when i do fl(x) it gives me 184320000 .1 but i need in above mentioned shape in float32.

Thank you in advance.

See the float package

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.