MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / add_result_of

Method add_result_of

machine_learning/automatic_differentiation.py:127–128  ·  view source on GitHub ↗
(self, result_of: Operation)

Source from the content-addressed store, hash-verified

125 self.param_to.append(param_to)
126
127 def add_result_of(self, result_of: Operation) -> None:
128 self.result_of = result_of
129
130
131class Operation:

Callers 1

appendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected