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