MCPcopy Create free account
hub / github.com/IntelligentSystemsLab/ST-EVCDP / tokenEmb

Method tokenEmb

baselines.py:313–316  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

311 self.to('cuda:0')
312
313 def tokenEmb(self, x):
314 x = x.unsqueeze(2)
315 y = self.embeddings
316 return x * y
317
318 # FourierGNN
319 def fourierGC(self, x, B, N, L):

Callers 1

forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected