Skip to content

Commit

Permalink
move deconv tests to new test-rt
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Aug 1, 2023
1 parent 3caac66 commit 24b8d1d
Show file tree
Hide file tree
Showing 9 changed files with 339 additions and 2,296 deletions.
2 changes: 0 additions & 2 deletions .travis/onnx-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export CACHEDIR

opset=onnx_"${1:-1_13_0}"

cargo tree -p tflite

cargo -q test -p test-onnx-core $CARGO_EXTRA -q --no-default-features --features $opset
cargo -q test -p test-onnx-nnef-cycle $CARGO_EXTRA -q --no-default-features
cargo -q test -p test-conv-core $CARGO_EXTRA -q
Expand Down
4 changes: 0 additions & 4 deletions core/src/ops/cnn/conv/mod.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
mod depth_wise;
mod im2col;
mod lazy_im2col;
#[cfg(test)]
pub mod proptest;
#[cfg(test)]
mod proptest_q;
mod q_sum_b;
mod unary;

Expand Down
Loading

0 comments on commit 24b8d1d

Please sign in to comment.