microsoft/onnxruntime-extensions

Public

mirrored from https://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

Branches

Tags

80Branches17Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Commit

Make kernel Compute method implementations const (#500)

* Nodes can be called concurrently and Compute needs to be stateless due to that.

Update the kernels to make Compute const.

* Fix test that uses ustring.h.

Would be better to not have duplicate declarations for GetTensorMutableDataString and FillTensorDataString in ustring.h and string_tensor.h.
Changed files1010 shown on this page
Branches66Containing branches
Tags9Containing tags