MCPcopy Create free account
hub / github.com/apache/singa / output_name

Method output_name

python/singa/autograd.py:357–358  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

355 self.requires_grad = False
356
357 def output_name(self, idx):
358 return self.name
359
360 def grad_name(self, idx):
361 return "{}_g".format(self.name)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected