MCPcopy Create free account
hub / github.com/tensorflow/tfjs / tearDown

Method tearDown

tfjs-converter/python/test_nightly_pip_package.py:45–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 super(APIAndShellTest, self).setUp()
44
45 def tearDown(self):
46 if os.path.isdir(self._tmp_dir):
47 shutil.rmtree(self._tmp_dir)
48 super(APIAndShellTest, self).tearDown()
49
50 def testConvertTfHubMobileNetV2ToTfjsGraphModel(self):
51 # 1. Convert tfhub mobilenet v2 module.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected