onnxruntime-extensions/base
Scott McKay e448676a5e
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.
2023-07-28 09:25:36 +10:00
..
base64.cc Fix the build breaks the release pipeline and some C++ warnings (#372) 2023-02-28 15:45:32 -08:00
base64.h Fix the build breaks the release pipeline and some C++ warnings (#372) 2023-02-28 15:45:32 -08:00
narrow.h Fix the build breaks the release pipeline and some C++ warnings (#372) 2023-02-28 15:45:32 -08:00
ocos.cc Add a bbpe tokenizer decoder for Whisper model (#376) 2023-03-08 15:00:01 -08:00
string_tensor.cc Make kernel Compute method implementations const (#500) 2023-07-28 09:25:36 +10:00
string_tensor.h Make kernel Compute method implementations const (#500) 2023-07-28 09:25:36 +10:00
string_utils.cc Fix the build breaks the release pipeline and some C++ warnings (#372) 2023-02-28 15:45:32 -08:00
string_utils.h Fix the build breaks the release pipeline and some C++ warnings (#372) 2023-02-28 15:45:32 -08:00
ustring.cc Fix the build breaks the release pipeline and some C++ warnings (#372) 2023-02-28 15:45:32 -08:00
ustring.h Make kernel Compute method implementations const (#500) 2023-07-28 09:25:36 +10:00