We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56776b commit ae28829Copy full SHA for ae28829
1 file changed
source/tests/tf/test_nvnmd_entrypoints.py
@@ -879,6 +879,7 @@ def test_wrap_qnn_v1(self) -> None:
879
def tearDown(self) -> None:
880
# close
881
nvnmd_cfg.enable = False
882
+ tf.reset_default_graph()
883
884
885
if __name__ == "__main__":
0 commit comments