MCPcopy Create free account
hub / github.com/BorealisAI/scaleformer / cpu

Method cpu

layers/utils.py:317–319  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

315 self.std = self.std.cuda()
316
317 def cpu(self):
318 self.mean = self.mean.cpu()
319 self.std = self.std.cpu()
320
321
322# normalization, Gaussian

Callers

nothing calls this directly

Calls 1

cpuMethod · 0.45

Tested by

no test coverage detected