Skip to content

Commit bc00ea0

Browse files
committed
comment
1 parent d2c82b3 commit bc00ea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/scala/ONNXBytesDataSource.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class ONNXBytesDataSource(onnxBytes: Array[Byte]) extends AutoCloseable with Dat
88

99
val onnxHelper = new ONNXHelper(onnxBytes)
1010

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

0 commit comments

Comments
 (0)