Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anoise/WTFlib
/ cuda
Method
cuda
LDPS_Graph/layers/utils.py:313–315 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
311
return
x
312
313
def
cuda(self):
314
self.mean = self.mean.cuda()
315
self.std = self.std.cuda()
316
317
def
cpu(self):
318
self.mean = self.mean.cpu()
Callers
8
test_params_flop
Function · 0.45
cuda
Method · 0.45
time_delay_agg_inference
Method · 0.45
time_delay_agg_full
Method · 0.45
vali
Method · 0.45
train
Method · 0.45
test
Method · 0.45
forward
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_params_flop
Function · 0.36