MCPcopy 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
28def get_uid(name=''):
29 _RGCN_UIDS[name] += 1
30 return _RGCN_UIDS[name]
31
32
33class RelationConv(conv.Conv):

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected