Skip to content

Commit 896e437

Browse files
committed
Restore eager behavior to fullModel as well
1 parent c0a1b79 commit 896e437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/.jvm/src/main/scala/ORTModelBackend.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class ORTModelBackend(onnxBytes: Array[Byte])
8181
allNodeNamesAndDims._3
8282
)
8383
)
84-
output
84+
output.memoize.unsafeRunSync()
8585
}
8686

8787
override def close(): Unit = {}

0 commit comments

Comments
 (0)