mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-12 17:57:38 +00:00
Speed up TfIdf. Build Trie like structure to quickly exclude dead-ends. Use ParallelFor() for each of the rows processing. Make it non-template, batch it. Check for short tail within the inner loop. |
||
|---|---|---|
| .. | ||
| common | ||
| contrib_ops | ||
| featurizers_ops | ||
| framework | ||
| ir | ||
| mlas | ||
| onnx | ||
| opaque_api | ||
| optimizer | ||
| perftest | ||
| platform | ||
| proto | ||
| providers | ||
| python | ||
| shared_lib | ||
| testdata | ||
| tvm | ||
| util | ||
| win_getopt | ||