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

Method _build_cfg

tensorflow/python/autograph/pyct/cfg_test.py:93–96  ·  view source on GitHub ↗
(self, fn)

Source from the content-addressed store, hash-verified

91class AstToCfgTest(test.TestCase):
92
93 def _build_cfg(self, fn):
94 node, _ = parser.parse_entity(fn, future_features=())
95 cfgs = cfg.build(node)
96 return cfgs
97
98 def _repr_set(self, node_set):
99 return frozenset(repr(n) for n in node_set)

Calls 1

buildMethod · 0.65

Tested by

no test coverage detected