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.