Commit c1a928a
[feat] Organized exports with separate submodules (#54)
* add utilities module
* chore: clean up + prepare for deno 2.0
* chore: bump to deno 2
* move core stuff to "packages"
* fix exports
* remove deno.json
* fix core imports
* fix ./core export
---------
Co-authored-by: Dean Srebnik <49134864+load1n9@users.noreply.github.com>1 parent 42dfb49 commit c1a928a
File tree
126 files changed
+4035
-443
lines changed- crates
- core-gpu
- core
- tokenizers
- data
- examples
- autoencoders
- classification
- filters
- mnist
- model
- multiple-linear
- tokenizers
- packages
- core
- src
- backends
- cpu
- gpu
- wasm
- lib
- core
- api
- tensor
- plugins
- data
- datasets
- tokenizers
- lib
- utilities
- examples
- encoding
- extract-colors
- metrics
- src
- constants
- encoding
- image
- colors
- patches
- metrics
- text
- preprocess
- tokenize
- transformer
- vectorize
- utils
- array
- misc
- random
- src/backends/wasm/lib
- tokenizers/lib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
126 files changed
+4035
-443
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
29 | 51 | | |
0 commit comments