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 1515 =======================================================================
1616 */
1717module org .tensorflow .ndarray {
18+ requires jdk .unsupported ; // required by raw buffer implementations using Unsafe
19+
1820 exports org .tensorflow .ndarray ;
1921 exports org .tensorflow .ndarray .buffer ;
2022 exports org .tensorflow .ndarray .buffer .layout ;
2123 exports org .tensorflow .ndarray .index ;
2224
2325 // Expose all implementions of our interfaces, so consumers can write custom
2426 // implementations easily by extending from them
27+ exports org .tensorflow .ndarray .impl .buffer ;
2528 exports org .tensorflow .ndarray .impl .buffer .adapter ;
2629 exports org .tensorflow .ndarray .impl .buffer .layout ;
2730 exports org .tensorflow .ndarray .impl .buffer .misc ;
3235 exports org .tensorflow .ndarray .impl .sequence ;
3336 exports org .tensorflow .ndarray .impl .sparse ;
3437 exports org .tensorflow .ndarray .impl .sparse .slice ;
35-
36- requires jdk .unsupported ; // required by raw buffer implementations using Unsafe
3738}
You can’t perform that action at this time.
0 commit comments