We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f6e8b commit 8c40b8cCopy full SHA for 8c40b8c
tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow/BaseGradientAdapter.java
@@ -28,6 +28,10 @@
28
/** Helper base class for custom gradient adapters <b>INTERNAL USE ONLY</b> */
29
public abstract class BaseGradientAdapter extends GradFunc {
30
31
+ protected BaseGradientAdapter() {
32
+ super();
33
+ }
34
+
35
/**
36
* Convert an array of native outputs to a list of {@link Output}s.
37
*
0 commit comments