You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each op is a function f(x1,...,xn) args. If the value is needed, we set the value to true.
326
+
The vector represents x1,...,xn and the second element of the pair f(vector<xi>)
327
+
Note: It is used for optimization, i.e. values that are not needed are deleted early. If everything is set to true, that will increase the memory footprint unnecessarily.
328
+
And if something is set to false that is actually required later on to calculate a gradient, a run time error about an uninitilized randomvariable
0 commit comments