MCPcopy 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

cpuMethod · 0.45
valiMethod · 0.45
testMethod · 0.45
predictMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected