File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
backends/.js/src/main/scala Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package org.emergentorder.onnx.backends
2
2
3
3
import scala .concurrent .duration ._
4
4
// import typings.onnxruntimeWeb.tensorMod
5
- import org .emergentorder .onnx .onnxruntimeWeb .tensorMod
5
+ import org .emergentorder .onnx .onnxruntimeCommon .tensorMod
6
6
// import typings.onnxruntimeWeb.tensorMod.Tensor.DataType
7
7
// import typings.onnxjs.libTensorMod.Tensor.DataTypeMap.DataTypeMapOps
8
8
import org .emergentorder .onnx .onnxruntimeWeb .mod .{InferenceSession => OrtSession }
@@ -31,6 +31,7 @@ import onnxruntimeCommon.inferenceSessionMod.InferenceSession
31
31
import io .kjaer .compiletime ._
32
32
33
33
// TODO: fix redundant computation due to cats-effect on the JS side
34
+ // Still happening, though partially fixed by changes in core
34
35
trait ORTOperatorBackend extends OpToONNXBytesConverter {
35
36
36
37
def getSession (bytes : Array [Byte ]) = {
You can’t perform that action at this time.
0 commit comments