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

Function build

tensorflow/python/autograph/pyct/cfg.py:896–899  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

894
895
896def build(node):
897 visitor = AstToCfg()
898 visitor.visit(node)
899 return visitor.cfgs

Callers 4

BuildGatherOpFunction · 0.85
BuildTopKOpFunction · 0.85
buildMethod · 0.85
buildMethod · 0.85

Calls 2

AstToCfgClass · 0.85
visitMethod · 0.45

Tested by

no test coverage detected