Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: minmingzhu <minming.zhu@intel.com>
  • Loading branch information
minmingzhu committed Aug 4, 2023
1 parent 5ebacc4 commit d01d422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mllib-dal/src/main/scala/com/intel/oap/mllib/OneDAL.scala
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,6 @@ object OneDAL {
@native def cNewFloatArray(size: Long): Long

@native def cCopyArrayToNative(arrayAddr: Long,
data: Array[Double],
data: Array[Float],
index: Long): Unit
}

0 comments on commit d01d422

Please sign in to comment.