Linear algebra support? #15209
Unanswered
ivanstepanovftw
asked this question in
Other Q&A
Replies: 2 comments
-
I saw documentation for ONNX Runtime JavaScript API, there is no such methods for Tensor interface. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would suggest creating an ONNX model that includes the post processing steps then run it with onnxruntime. Is that something possible for you? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, community! I would like to know if there is a linear algebra functions/library, like
torch.unsqueeze
,torch.matmul
,torch.Tensor.expand
andtorch.sum
for ONNX Runtime for Web?It is needed to do some post-processing steps for sentence transformer encoder models.
Beta Was this translation helpful? Give feedback.
All reactions