Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/euler
/ get_uid
Function
get_uid
tf_euler/python/convolution/relation_conv.py:28–30 ·
view source on GitHub ↗
(name='')
Source
from the content-addressed store, hash-verified
26
_RGCN_UIDS = collections.defaultdict(
lambda
: 0)
27
28
def
get_uid(name=
''
):
29
_RGCN_UIDS[name] += 1
30
return
_RGCN_UIDS[name]
31
32
33
class
RelationConv(conv.Conv):
Callers
1
build
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected