Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TheAlgorithms/Python
/ add_param_to
Method
add_param_to
machine_learning/automatic_differentiation.py:124–125 ·
view source on GitHub ↗
(self, param_to: Operation)
Source
from the content-addressed store, hash-verified
122
return
result
123
124
def
add_param_to(self, param_to: Operation) -> None:
125
self.param_to.append(param_to)
126
127
def
add_result_of(self, result_of: Operation) -> None:
128
self.result_of = result_of
Callers
1
append
Method · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected