-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
135 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
|
||
ALL_CRATES_PATH="data linalg core nnef nnef/nnef-resources pulse-opl pulse extra hir tflite tensorflow onnx-opl onnx libcli api api/rs api/ffi api/proxy/sys api/proxy cli" | ||
ALL_CRATES_PATH="data linalg core nnef nnef/nnef-resources pulse-opl pulse extra hir tflite tensorflow onnx-opl onnx libcli metal api api/rs api/ffi api/proxy/sys api/proxy cli" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tract-api" | ||
version = "0.21.7-pre" | ||
version = "0.21.7" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Mathieu Poumeyrol <[email protected]>"] | ||
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tract-ffi" | ||
version = "0.21.7-pre" | ||
version = "0.21.7" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Mathieu Poumeyrol <[email protected]>"] | ||
description = "Tiny, no-nonsense, self contained, neural network inference" | ||
|
@@ -23,5 +23,5 @@ anyhow.workspace = true | |
flate2.workspace = true | ||
serde.workspace = true | ||
serde_json.workspace = true | ||
tract-api = { path = ".." , version = "=0.21.7-pre" } | ||
tract-rs = { path = "../rs" , version = "=0.21.7-pre" } | ||
tract-api = { path = ".." , version = "=0.21.7" } | ||
tract-rs = { path = "../rs" , version = "=0.21.7" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tract-proxy" | ||
version = "0.21.7-pre" | ||
version = "0.21.7" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Mathieu Poumeyrol <[email protected]>"] | ||
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" | ||
|
@@ -17,8 +17,8 @@ anyhow.workspace = true | |
boow.workspace = true | ||
home.workspace = true | ||
ndarray.workspace = true | ||
tract-api = { path = ".." , version = "=0.21.7-pre" } | ||
tract-proxy-sys = { path = "sys", version = "=0.21.7-pre" } | ||
tract-api = { path = ".." , version = "=0.21.7" } | ||
tract-proxy-sys = { path = "sys", version = "=0.21.7" } | ||
|
||
[dev-dependencies] | ||
reqwest.workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tract-proxy-sys" | ||
version = "0.21.7-pre" | ||
version = "0.21.7" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Mathieu Poumeyrol <[email protected]>"] | ||
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tract-rs" | ||
version = "0.21.7-pre" | ||
version = "0.21.7" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Mathieu Poumeyrol <[email protected]>"] | ||
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" | ||
|
@@ -18,13 +18,13 @@ boow.workspace = true | |
flate2.workspace = true | ||
half.workspace = true | ||
ndarray.workspace = true | ||
tract-api = { path = ".." , version = "=0.21.7-pre" } | ||
tract-nnef = { path = "../../nnef/" , version = "=0.21.7-pre" } | ||
tract-onnx-opl = { path = "../../onnx-opl/" , version = "=0.21.7-pre" } | ||
tract-onnx = { path = "../../onnx/" , version = "=0.21.7-pre" } | ||
tract-extra = { path = "../../extra/" , version = "=0.21.7-pre" } | ||
tract-pulse = { path = "../../pulse/" , version = "=0.21.7-pre" } | ||
tract-libcli = { path = "../../libcli" , version = "=0.21.7-pre" } | ||
tract-api = { path = ".." , version = "=0.21.7" } | ||
tract-nnef = { path = "../../nnef/" , version = "=0.21.7" } | ||
tract-onnx-opl = { path = "../../onnx-opl/" , version = "=0.21.7" } | ||
tract-onnx = { path = "../../onnx/" , version = "=0.21.7" } | ||
tract-extra = { path = "../../extra/" , version = "=0.21.7" } | ||
tract-pulse = { path = "../../pulse/" , version = "=0.21.7" } | ||
tract-libcli = { path = "../../libcli" , version = "=0.21.7" } | ||
serde_json.workspace = true | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tract" | ||
version = "0.21.7-pre" | ||
version = "0.21.7" | ||
authors = [ "Romain Liautaud <[email protected]>", "Mathieu Poumeyrol <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" | ||
|
@@ -35,20 +35,20 @@ rustls.workspace = true | |
scan_fmt.workspace = true | ||
serde.workspace = true | ||
serde_json.workspace = true | ||
tract-linalg = { version = "=0.21.7-pre", path = "../linalg" } | ||
tract-core = { version = "=0.21.7-pre", path = "../core" } | ||
tract-hir = { version = "=0.21.7-pre", path = "../hir" } | ||
tract-nnef = { version = "=0.21.7-pre", path = "../nnef" } | ||
tract-libcli = { version = "=0.21.7-pre", path = "../libcli" } | ||
tract-extra = { optional = true, version = "=0.21.7-pre", path = "../extra" } | ||
tract-pulse-opl = { optional = true, version = "=0.21.7-pre", path = "../pulse-opl" } | ||
tract-pulse = { optional = true, version = "=0.21.7-pre", path = "../pulse" } | ||
tract-onnx = { optional = true, version = "=0.21.7-pre", path = "../onnx" } | ||
tract-tensorflow = { optional = true, version = "=0.21.7-pre", path = "../tensorflow" } | ||
tract-tflite = { optional = true, version = "=0.21.7-pre", path = "../tflite" } | ||
tract-linalg = { version = "=0.21.7", path = "../linalg" } | ||
tract-core = { version = "=0.21.7", path = "../core" } | ||
tract-hir = { version = "=0.21.7", path = "../hir" } | ||
tract-nnef = { version = "=0.21.7", path = "../nnef" } | ||
tract-libcli = { version = "=0.21.7", path = "../libcli" } | ||
tract-extra = { optional = true, version = "=0.21.7", path = "../extra" } | ||
tract-pulse-opl = { optional = true, version = "=0.21.7", path = "../pulse-opl" } | ||
tract-pulse = { optional = true, version = "=0.21.7", path = "../pulse" } | ||
tract-onnx = { optional = true, version = "=0.21.7", path = "../onnx" } | ||
tract-tensorflow = { optional = true, version = "=0.21.7", path = "../tensorflow" } | ||
tract-tflite = { optional = true, version = "=0.21.7", path = "../tflite" } | ||
|
||
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] | ||
tract-metal = { version = "=0.21.7-pre", path = "../metal" } | ||
tract-metal = { version = "=0.21.7", path = "../metal" } | ||
|
||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tract-core" | ||
version = "0.21.7-pre" | ||
version = "0.21.7" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Mathieu Poumeyrol <[email protected]>"] | ||
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" | ||
|
@@ -34,8 +34,8 @@ openblas-src = { workspace=true, optional = true } | |
paste.workspace = true | ||
rustfft.workspace = true | ||
smallvec.workspace = true | ||
tract-linalg = { version = "=0.21.7-pre", path = "../linalg" } | ||
tract-data = { version = "=0.21.7-pre", path = "../data" } | ||
tract-linalg = { version = "=0.21.7", path = "../linalg" } | ||
tract-data = { version = "=0.21.7", path = "../data" } | ||
|
||
[features] | ||
default = [ ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tract-data" | ||
version = "0.21.7-pre" | ||
version = "0.21.7" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Mathieu Poumeyrol <[email protected]>"] | ||
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tract-extra" | ||
version = "0.21.7-pre" | ||
version = "0.21.7" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Mathieu Poumeyrol <[email protected]>"] | ||
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" | ||
|
@@ -15,8 +15,8 @@ rust-version = "1.75" | |
maintenance = { status = "actively-developed" } | ||
|
||
[dependencies] | ||
tract-nnef = { version = "=0.21.7-pre", path = "../nnef" } | ||
tract-pulse = { version = "=0.21.7-pre", path = "../pulse" } | ||
tract-nnef = { version = "=0.21.7", path = "../nnef" } | ||
tract-pulse = { version = "=0.21.7", path = "../pulse" } | ||
|
||
[dev-dependencies] | ||
criterion.workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tract-hir" | ||
version = "0.21.7-pre" | ||
version = "0.21.7" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Mathieu Poumeyrol <[email protected]>"] | ||
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" | ||
|
@@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" } | |
derive-new.workspace = true | ||
log.workspace = true | ||
|
||
tract-core = { version = "=0.21.7-pre", path = "../core" } | ||
tract-core = { version = "=0.21.7", path = "../core" } | ||
|
||
[dev-dependencies] | ||
env_logger.workspace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tract-libcli" | ||
version = "0.21.7-pre" | ||
version = "0.21.7" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Mathieu Poumeyrol <[email protected]>"] | ||
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" | ||
|
@@ -23,10 +23,10 @@ py_literal.workspace = true | |
rand.workspace = true | ||
serde.workspace = true | ||
serde_json.workspace = true | ||
tract-core = { version = "=0.21.7-pre", path = "../core" } | ||
tract-hir = { version = "=0.21.7-pre", path = "../hir" } | ||
tract-onnx = { version = "=0.21.7-pre", path = "../onnx", optional = true } | ||
tract-tflite = { version = "=0.21.7-pre", path = "../tflite", optional = true } | ||
tract-core = { version = "=0.21.7", path = "../core" } | ||
tract-hir = { version = "=0.21.7", path = "../hir" } | ||
tract-onnx = { version = "=0.21.7", path = "../onnx", optional = true } | ||
tract-tflite = { version = "=0.21.7", path = "../tflite", optional = true } | ||
|
||
[features] | ||
# hir = ["tract-hir"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tract-linalg" | ||
version = "0.21.7-pre" | ||
version = "0.21.7" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Mathieu Poumeyrol <[email protected]>"] | ||
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" | ||
|
@@ -25,7 +25,7 @@ num-traits.workspace = true | |
paste.workspace = true | ||
rayon.workspace = true | ||
scan_fmt.workspace = true | ||
tract-data = { version = "=0.21.7-pre", path = "../data" } | ||
tract-data = { version = "=0.21.7", path = "../data" } | ||
|
||
[build-dependencies] | ||
cc.workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.