MCPcopy 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_flopFunction · 0.45
cudaMethod · 0.45
time_delay_agg_fullMethod · 0.45
valiMethod · 0.45
trainMethod · 0.45
testMethod · 0.45
forwardMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_params_flopFunction · 0.36