aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTai Ly <tai.ly@arm.com>2024-01-25 22:00:18 +0000
committerEric Kunze <eric.kunze@arm.com>2024-01-30 17:35:41 +0000
commite095da79cc3575c8cbf818acd8a856ba136b0927 (patch)
tree2f400f2d5b13d465256d65030e35675f9abb3c38 /.gitignore
parent455e8700fbd7c249dd6b5ea63869026b5e995669 (diff)
downloadreference_model-e095da79cc3575c8cbf818acd8a856ba136b0927.tar.gz
[ref model] Change PadOp's padding to Shape
Changed to use pad input of PadOp for testing. The pad input is now a tensor of tosa.shape type. moved padding error checking from checkTensorAttributes to eval modified pad's PadOutputShapeMismatch test generation to avoid generating output shapes with dimensions <= 0 Signed-off-by: Tai Ly <tai.ly@arm.com> Change-Id: I437c86d9a012903458a648667f6693db67b97d76
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e861e24..941cf20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@
__pycache__/
build/
-build-debug/
+debug-build/
.cache
compile_commands.json
dist/