MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / setUp

Method setUp

tensorflow/contrib/cmake/python_sanity_test.py:119–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117class PythonProtoCCTest(unittest.TestCase):
118
119 def setUp(self):
120 self.entries_file = "tensorflow/contrib/cmake/python_protos_cc.txt"
121 read_entries(self)
122
123 def testInvalidEntries(self):
124 test_invalid_directories(self)

Callers

nothing calls this directly

Calls 1

read_entriesFunction · 0.85

Tested by

no test coverage detected