onnxruntime/onnxruntime/test
Dmitri Smirnov 2a6e5ce978
Speedup and reduce binary size for TfIdfVectorizer (#3197)
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.
2020-03-13 17:00:59 -07:00
..
common Add support for loading TensorProtos with external data from optimizer Initializer (#3045) 2020-02-28 13:19:16 -08:00
contrib_ops merge training kernels to master (#2999) 2020-02-13 14:52:35 -08:00
featurizers_ops Featurizers: Import fix for Linux build adjust linkage (#3089) 2020-02-27 15:49:18 -08:00
framework Add support for loading TensorProtos with external data from optimizer Initializer (#3045) 2020-02-28 13:19:16 -08:00
ir Avoid some heap allocations in the InferenceSession and Model classes (#3103) 2020-03-12 18:38:10 -07:00
mlas NCHWc Upsample/Mul optimizations (#3116) 2020-03-02 14:40:49 -08:00
onnx Enable DML Nuget Package for x64 or x86 architectures (#3120) 2020-03-02 20:18:46 -08:00
opaque_api CMake changes (#2961) 2020-02-03 19:33:14 -08:00
optimizer Avoid some heap allocations in the InferenceSession and Model classes (#3103) 2020-03-12 18:38:10 -07:00
perftest merge training kernels to master (#2999) 2020-02-13 14:52:35 -08:00
platform Add BatchParallelFor, TryParallelFor, TryBatchParallelFor into ThreadPool (#2476) 2019-11-27 00:32:26 -08:00
proto Use protobuf-lite to reduce onnxruntime.dll size. (#639) 2019-03-21 14:06:38 -07:00
providers Speedup and reduce binary size for TfIdfVectorizer (#3197) 2020-03-13 17:00:59 -07:00
python Use Eigen::logistic instead of manually computing values. (#3186) 2020-03-13 20:27:25 +10:00
shared_lib Support custom ops targeting the CUDA EP (#3165) 2020-03-11 00:49:01 -07:00
testdata Update Gelu Fusion to support new graph pattern from PyTorch 1.4 (#3148) 2020-03-05 18:31:52 -08:00
tvm Tiny fix to codegen 2019-12-20 21:04:17 -08:00
util Add support for loading TensorProtos with external data from optimizer Initializer (#3045) 2020-02-28 13:19:16 -08:00
win_getopt Trt execution provider (#382) 2019-03-14 12:00:39 -07:00