You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
We have a ndarray function called array that will take a 1d clojure vector and a shape vector and turn it into a ndarray. The Scala function has a new helper function that allows you to pass in a dimensional float/double array and have the NDArray create it and infer the shape.
It would be nice to create an interop function for this.
Example of interop:
Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Feature
We have a ndarray function called
array
that will take a 1d clojure vector and a shape vector and turn it into a ndarray. The Scala function has a new helper function that allows you to pass in a dimensional float/double array and have the NDArray create it and infer the shape.It would be nice to create an interop function for this.
Example of interop:
The text was updated successfully, but these errors were encountered: