From e095da79cc3575c8cbf818acd8a856ba136b0927 Mon Sep 17 00:00:00 2001 From: Tai Ly Date: Thu, 25 Jan 2024 22:00:18 +0000 Subject: [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 Change-Id: I437c86d9a012903458a648667f6693db67b97d76 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') 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/ -- cgit v1.2.1