MCPcopy Create free account
hub / github.com/Anoise/WTFlib / message

Method message

LDPS_Graph/layers/PatchTST_backbone.py:333–334  ·  view source on GitHub ↗
(self, x_j, norm)

Source from the content-addressed store, hash-verified

331 if self.bias is not None: torch.nn.init.zeros_(self.bias)
332
333 def message(self, x_j, norm):
334 return norm.view(-1, 1) * x_j
335
336 def forward(
337 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected