(self)
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected