Skip to content

Commit

Permalink
Document use of rawtypes
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Nett <[email protected]>
  • Loading branch information
rnett committed Nov 11, 2021
1 parent 517fd8d commit f5dd0e5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
* reflection. To operate on the {@link org.tensorflow.GraphOperation} directly use {@link
* RawCustomGradient}.
*
* <p>The type of the op is not checked here, but it is required to match the class given to the
* adapter.
*
* @param <T> the type of op this gradient is for.
*/
@SuppressWarnings("rawtypes")
Expand Down

0 comments on commit f5dd0e5

Please sign in to comment.