Skip to content

Commit 569ff0b

Browse files
committed
Encode tensor size using singleton types in 2.13
1 parent 96ffa65 commit 569ff0b

File tree

3 files changed

+3918
-2
lines changed

3 files changed

+3918
-2
lines changed
File renamed without changes.

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ lazy val core = (crossProject(JSPlatform, JVMPlatform)
113113
// scalaVersion := scala213Version,
114114
excludeFilter in unmanagedSources := (CrossVersion
115115
.partialVersion(scalaVersion.value) match {
116-
case Some((0, n)) => ("ONNXHelper.scala")
117-
case _ => ""
116+
case Some((2, 13)) => ("ONNX.scala")
117+
case _ => "ONNX213.scala"
118118
}
119119
)
120120
)

0 commit comments

Comments
 (0)