Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BorealisAI/scaleformer
/ cpu
Method
cpu
layers/utils.py:343–345 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
341
self.std = self.std.cuda()
342
343
def
cpu(self):
344
self.mean = self.mean.cpu()
345
self.std = self.std.cpu()
346
347
348
# normalization, scaling by range
Callers
4
cpu
Method · 0.45
vali
Method · 0.45
test
Method · 0.45
predict
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected