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

Class Block

tf_euler/python/dataflow/base_dataflow.py:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class Block(object):
24 def __init__(self, n_id, res_n_id, e_id, edge_index, size):
25 self.n_id = n_id
26 self.res_n_id = res_n_id
27 self.e_id = e_id
28 self.edge_index = edge_index
29 self.size = size
30
31
32class DataFlow(object):

Callers 1

appendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected