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

Function resolve

tensorflow/python/autograph/pyct/qual_names.py:260–261  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

258
259
260def resolve(node):
261 return QnResolver().visit(node)
262
263
264def from_str(qn_str):

Callers 4

test_resolveMethod · 0.90
test_function_callsMethod · 0.90
from_strFunction · 0.70

Calls 2

QnResolverClass · 0.85
visitMethod · 0.45

Tested by 3

test_resolveMethod · 0.72
test_function_callsMethod · 0.72