Corrected compute_gradient docstring
authorFergal Cotter <fbcotter90@gmail.com>
Tue, 22 May 2018 18:44:57 +0000 (19:44 +0100)
committerFergal Cotter <fbcotter90@gmail.com>
Tue, 22 May 2018 18:44:57 +0000 (19:44 +0100)
commit2058a241f159a9a6658d48156cca2a2906e1d712
tree993f88b924390b71ff7812bf2f15a5b246bf99d5
parent4dbaa658e78a3dcbbd5c65449a3612b70dd8b22e
Corrected compute_gradient docstring

After testing the tf.test.compute_gradient function with complex inputs,
noticed that the docstring specifies that the real/imag partial derivatives
are in the four corners of a larger matrix, when the result given indicates
they are instead interleaved.
tensorflow/python/ops/gradient_checker.py