Skip to content

Commit be4840c

Browse files
committed
Remove experiment
Signed-off-by: Ryan Nett <JNett96@gmail.com>
1 parent 4504a6f commit be4840c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow/op/CustomGradient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
@SuppressWarnings("rawtypes")
3636
@FunctionalInterface
37-
public interface CustomGradient<T extends RawOpInputs<?>> {
37+
public interface CustomGradient<T extends RawOpInputs> {
3838

3939
/**
4040
* Calculate the gradients for {@code op}.

0 commit comments

Comments
 (0)