Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 committed Apr 25, 2019
1 parent 1790d72 commit 60aa9b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ private[mxnet] object APIDocGenerator extends GeneratorBase with RandomHelpers {
}).map(absClassFunction => {
generateJavaAPISignature(absClassFunction)
}).toSeq.unzip
val paramClass = paramClassUncleaned.filter(!_.isEmpty)
val paramClass = paramClassUncleaned.filterNot(_.isEmpty)
val packageName = "NDArrayBase"
val packageDef = "package org.apache.mxnet.javaapi"
writeFile(
Expand Down

0 comments on commit 60aa9b5

Please sign in to comment.