forked from sonos/tract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
39 lines (36 loc) · 818 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[workspace]
members = [
"data",
"linalg",
"core",
"pulse",
"pulse-opl",
"hir",
"nnef",
"tensorflow",
"onnx-opl",
"onnx",
"kaldi",
"cli",
"examples/tensorflow-mobilenet-v2",
"examples/jupyter-keras-tract-tf1",
"examples/jupyter-keras-tract-tf2",
"examples/nnef-dump-mobilenet-v2",
"examples/nnef-mobilenet-v2",
"examples/onnx-mobilenet-v2",
"examples/onnx-mobilenet-v2-batch",
"examples/pytorch-resnet",
"harness/core-proptest-pulse",
"harness/lstm-proptest-onnx-vs-tf",
"harness/nnef-inceptionv3",
"harness/onnx-test-suite",
"harness/tf-inceptionv3",
"harness/tf-mobilenet-v2",
"harness/tf-moz-deepspeech",
]
[profile.release]
lto = true
[profile.bench]
debug = true
[profile.dev.package."*"]
opt-level = 3