Skip to content

Commit

Permalink
Add no-arg ctor to BaseGradientAdapter
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Nett <[email protected]>
  • Loading branch information
rnett committed Nov 5, 2021
1 parent f1f6e8b commit 8c40b8c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
/** Helper base class for custom gradient adapters <b>INTERNAL USE ONLY</b> */
public abstract class BaseGradientAdapter extends GradFunc {

protected BaseGradientAdapter() {
super();
}

/**
* Convert an array of native outputs to a list of {@link Output}s.
*
Expand Down

0 comments on commit 8c40b8c

Please sign in to comment.