Calculate the gradients of the input. More...
Calculate the gradients of the input.
dx
is the gradient along the 1st dimension of in
. dy
is the gradient along the 2nd dimension of in
.
The gradients along the first and second dimensions are calculated simultaneously
array in = randu(dim4(5, 3));
array dx, dy;
grad(dx, dy, in);
◆ af_gradient()C Interface for calculating the gradients.
C++ Interface for calculating the gradients.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4