We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5efa2 commit bade2c4Copy full SHA for bade2c4
1 file changed
src/libpython_clj/python/np_array.clj
@@ -2,14 +2,10 @@
2
(:require [tech.v2.datatype.protocols :as dtype-proto]
3
[tech.v2.datatype.operation-provider :as op-provider]
4
[tech.v2.tensor :as dtt]
5
- [tech.v2.datatype.argtypes :as argtypes]
6
[libpython-clj.python.interpreter :as py-interp]
7
[libpython-clj.python.protocols :as py-proto]
8
[libpython-clj.python.bridge :as py-bridge]
9
- [libpython-clj.python.object :as py-object]
10
- [libpython-clj.python.interop :as py-interop]
11
- [tech.jna :as jna]))
12
-
+ [libpython-clj.python.interop :as py-interop]))
13
14
15
(defmethod py-proto/pyobject->jvm :ndarray
0 commit comments