Join Slack
Powered by
Is there a Kotlin equivalent of numpy's expand_dim...
# random
j
John Aoussou
09/26/2022, 12:17 PM
Is there a Kotlin equivalent of numpy's expand_dims?
s
Sam
09/26/2022, 12:37 PM
Yes, if you use
multik
:
https://kotlin.github.io/multik/multik-core/org.jetbrains.kotlinx.multik.ndarray.operations/expand-dims.html
59
Views
Open in Slack
Previous
Next