File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
=======================================================================
16
16
*/
17
17
module org .tensorflow .ndarray {
18
+ requires jdk .unsupported ; // required by raw buffer implementations using Unsafe
19
+
18
20
exports org .tensorflow .ndarray ;
19
21
exports org .tensorflow .ndarray .buffer ;
20
22
exports org .tensorflow .ndarray .buffer .layout ;
21
23
exports org .tensorflow .ndarray .index ;
22
24
23
25
// Expose all implementions of our interfaces, so consumers can write custom
24
26
// implementations easily by extending from them
27
+ exports org .tensorflow .ndarray .impl .buffer ;
25
28
exports org .tensorflow .ndarray .impl .buffer .adapter ;
26
29
exports org .tensorflow .ndarray .impl .buffer .layout ;
27
30
exports org .tensorflow .ndarray .impl .buffer .misc ;
32
35
exports org .tensorflow .ndarray .impl .sequence ;
33
36
exports org .tensorflow .ndarray .impl .sparse ;
34
37
exports org .tensorflow .ndarray .impl .sparse .slice ;
35
-
36
- requires jdk .unsupported ; // required by raw buffer implementations using Unsafe
37
38
}
You can’t perform that action at this time.
0 commit comments