Skip to content

Commit

Permalink
testing avgpool2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaybati committed Jun 9, 2023
1 parent 04a833d commit 43f407a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ capi: capi.c modelCreator.o

ex1: $(DIR)/modelParserONNX.py
python3 $(MAIN)goldenFiles/$(case)/$(case).py
python3 $(DIR)/modelParserONNX.py -f $(MAIN)goldenFiles/$(case)/$(case).onnx -w $(MAIN)goldenFiles/$(case)/$(case)_weights.onnx -i $(MAIN)goldenFiles/$(case)/$(case)_inferred.onnx 1>/dev/null
python3 $(DIR)/modelParserONNX.py -f $(MAIN)goldenFiles/$(case)/$(case).onnx -w $(MAIN)goldenFiles/$(case)/$(case)_weights.onnx -i $(MAIN)goldenFiles/$(case)/$(case)_inferred.onnx


graphs: output
Expand Down

0 comments on commit 43f407a

Please sign in to comment.