[RUST][FRONTEND] Add rust frontend v0.1 (#2292)
Showing
rust/common/.gitignore
0 → 100644
rust/common/Cargo.toml
0 → 100644
rust/common/src/errors.rs
0 → 100644
rust/common/src/lib.rs
0 → 100644
rust/common/src/ty.rs
0 → 100644
rust/common/src/value.rs
0 → 100644
This diff is collapsed.
Click to expand it.
rust/common/tvm-sys/Cargo.toml
0 → 100644
rust/common/tvm-sys/build.rs
0 → 100644
rust/common/tvm-sys/src/lib.rs
0 → 100644
rust/frontend/.gitignore
0 → 100644
File moved
rust/frontend/Cargo.toml
0 → 100644
rust/frontend/README.md
0 → 100644
rust/frontend/examples/resnet/Cargo.toml
0 → 100644
rust/frontend/examples/resnet/README.md
0 → 100644
rust/frontend/examples/resnet/build.rs
0 → 100644
rust/frontend/examples/resnet/src/main.rs
0 → 100644
rust/frontend/src/bytearray.rs
0 → 100644
rust/frontend/src/context.rs
0 → 100644
rust/frontend/src/errors.rs
0 → 100644
rust/frontend/src/function.rs
0 → 100644
This diff is collapsed.
Click to expand it.
rust/frontend/src/lib.rs
0 → 100644
rust/frontend/src/module.rs
0 → 100644
rust/frontend/src/ndarray.rs
0 → 100644
This diff is collapsed.
Click to expand it.
rust/frontend/src/ty.rs
0 → 100644
rust/frontend/src/value.rs
0 → 100644
rust/frontend/tests/basics/.gitignore
0 → 100644
rust/frontend/tests/basics/Cargo.toml
0 → 100644
rust/frontend/tests/basics/build.rs
0 → 100644
rust/frontend/tests/basics/src/main.rs
0 → 100644
rust/frontend/tests/basics/src/tvm_add.py
0 → 100755
rust/frontend/tests/callback/Cargo.toml
0 → 100644
rust/frontend/tests/callback/src/bin/int.rs
0 → 100644
File moved
rust/runtime/.travis.yml
0 → 100644
rust/runtime/Cargo.toml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
rust/runtime/src/packed_func.rs
0 → 100644
This diff is collapsed.
Click to expand it.
rust/tests/build_model.py
→
rust/runtime/tests/build_model.py
100644 → 100755
rust/src/runtime/mod.rs
deleted
100644 → 0
rust/src/runtime/packed_func.rs
deleted
100644 → 0
Please
register
or
sign in
to comment