Skip to content

Commit

Permalink
[PR-2715] Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangamble committed Jul 25, 2023
1 parent 1cbf2ca commit f0dae63
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -695,10 +695,10 @@ public NDList multiBoxPrior(
List<Float> offsets,
boolean clip) {

NDManager ndManager = array.getManager().getParentManager();
NDManager ndManager = array.getManager();

Float stepX = steps.get(1);
Float stepY = steps.get(0);
float stepX = steps.get(1);
float stepY = steps.get(0);
int numSizes = sizes.size();
int numRatios = ratios.size();
int count = 0;
Expand Down

0 comments on commit f0dae63

Please sign in to comment.