-
Is it possible to compute the gradient of
where the result |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Differentiation is generally only well-defined with respect to floating point values, and since the upper bound of a |
Beta Was this translation helpful? Give feedback.
Differentiation is generally only well-defined with respect to floating point values, and since the upper bound of a
for
loop is integer typed, there is no well-defined gradient.