MCPcopy Create free account
hub / github.com/Vegetebird/GraphMLP / __str__

Method __str__

model/block/graph_frames.py:30–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28 return dist_center
29
30 def __str__(self):
31 return self.A
32
33 def graph_link_between_frames(self,base):
34 return [((front - 1) + i*self.num_node_each, (back - 1)+ i*self.num_node_each) for i in range(self.seqlen) for (front, back) in base]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected