Commit graph

6 commits

Author SHA1 Message Date
Sayan Shaw
fb7a2e08fd
Add SentencePieceTokenizer and GPT2Tokenizer examples for Extensions Python converter API docs (#17708)
Co-authored-by: Sayan Shaw <sayanshaw@microsoft.com>
2023-10-05 15:37:09 -07:00
Nat Kershaw (MSFT)
09f9e6d6fa
Test staging website from a branch (#17440) 2023-09-06 22:04:25 -07:00
Edward Chen
3963d364dc
Fix typo in sample code. (#17426) 2023-09-05 15:19:13 -07:00
Edward Chen
2cced52151
Add documentation for installing ORT Extensions on Android and iOS. (#17397)
### Description
<!-- Describe your changes. -->

Add documentation for installing ORT Extensions on Android and iOS.
Some other minor doc updates.

https://edgchen1.github.io/onnxruntime/docs/extensions/

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

Documentation.
2023-09-05 11:39:36 -07:00
Nat Kershaw (MSFT)
ae98203d4c
Minor edits to extensions (#17396) 2023-09-01 16:30:53 -07:00
Sayan Shaw
cdba245a6e
Added initial ORT Extensions docs for onnxruntime website (#16723)
## Preview staged site
[here](https://sayanshaw24.github.io/onnxruntime/docs/extensions/).

**TODO**: In the future, make PR to add/update descriptions for the
following new/deprecated ops:

**NLP Ops**
- BlingFireSentenceBreaker
- BpeTokenizer

**String Ops**
- StringSplit
- StringUpper
- StringLower
- StringECMARegexSplitWithOffsets
- StringRaggedTensorToDense
- StringMapping

**Math Ops**
- Inverse
- NegPos
- SegmentExtraction
- SegmentSum

**Tensor Ops**
- RaggedTensorToSparse
- RaggedTensorToDense

---------

Co-authored-by: Sayan Shaw <sayanshaw@microsoft.com>
Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
2023-09-01 15:56:33 -07:00