Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ is_composite
Method
is_composite
tensorflow/python/autograph/pyct/qual_names.py:109–110 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
107
return
len(self.qn) <= 1
108
109
def
is_composite(self):
110
return
len(self.qn) > 1
111
112
def
has_subscript(self):
113
return
self._has_subscript
Callers
6
test_basic
Method · 0.95
test_subscripts
Method · 0.95
_determine_aliased_symbols
Method · 0.80
visit_If
Method · 0.80
_get_basic_loop_vars
Method · 0.80
_get_composite_loop_vars
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_basic
Method · 0.76
test_subscripts
Method · 0.76