Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentOrder committed Oct 14, 2020
1 parent d2c82b3 commit bc00ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/scala/ONNXBytesDataSource.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class ONNXBytesDataSource(onnxBytes: Array[Byte]) extends AutoCloseable with Dat

val onnxHelper = new ONNXHelper(onnxBytes)

//TODO: return non-tensor params
override def getParams[T: Numeric: ClassTag](name: String): Tensor[T] = {
val params = onnxHelper.params.filter(x => x._1 == name).headOption
params match {
Expand Down

0 comments on commit bc00ea0

Please sign in to comment.