tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
Apache License 2.0
373 stars 44 forks source link

MobilenetV2 Ops Unit tests #6636

Open saichandax opened 5 months ago

saichandax commented 5 months ago

To create unittests for all the ops in the MobilenetV2 model on GS device. unit tests to be created under https://github.com/tenstorrent-metal/tt-metal/blob/main/tests/ttnn/unit_tests/operations

keerthana-r-mcw commented 5 months ago
  1. Added unit tests for all the supported ttnn ops and tested them.

  2. The result of the unit tests for the ops in mobilenetv2 are as follows:

saichandax commented 5 months ago

commit for the mobilenetv2 ops unit tests is here

saichandax commented 5 months ago

PR: #6864