MCPcopy Create free account
hub / github.com/alibaba/euler / __init__

Method __init__

tf_euler/python/mp_utils/utils.py:54–56  ·  view source on GitHub ↗
(self, fanouts, metapath, add_self_loops=True, **kwargs)

Source from the content-addressed store, hash-verified

52
53class WrappedGCNDataFlow(GCNDataFlow):
54 def __init__(self, fanouts, metapath, add_self_loops=True, **kwargs):
55 super(WrappedGCNDataFlow, self).__init__(
56 metapath, add_self_loops=add_self_loops, **kwargs)
57
58
59class WrappedWholeDataFlow(WholeDataFlow):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected