Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
cpu
Method · 0.45
vali
Method · 0.45
test
Method · 0.45
predict
Method · 0.45
forward
Method · 0.45
forward
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected