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

Function from_str

tensorflow/python/autograph/pyct/qual_names.py:264–267  ·  view source on GitHub ↗
(qn_str)

Source from the content-addressed store, hash-verified

262
263
264def from_str(qn_str):
265 node = parser.parse_expression(qn_str)
266 node = resolve(node)
267 return anno.getanno(node, anno.Basic.QN)

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.70

Tested by

no test coverage detected