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

Method cpu

LDPS_Graph/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, scaling by range

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected