onnxruntime/onnxruntime/test
Dmitri Smirnov afa48b7e13
Add timeseries imputer transformer featurizer kernel (#2813)
Make kernels non-template. Add input constraint for learnt data.
  Fixup tests.
  Add two more featurizers along with tests. Tests fail.
  min_max_scalar_transformer
  robust_scalar_transformer
  Fix tests serialized stream by prepending version bytes.
  Add inputation_marker_transfomer and the test.
  Fix up float/double type designations.
 Added label_encoder_transformer along with a test.
  string_throw case is broken at the momement.
  Fix labelencodertransfomer_test.cc string_throw case
  Rename maxabsscalertransformer_test.cc
  Add MissingDummiesTransformer along with the test.
  Update manifest.
  Add TimeSeriesImputerTransformer definition, implementation and tests
2020-01-10 13:27:51 -08:00
..
common Move CXX API global into the header (#2228) 2019-10-23 14:15:53 -07:00
contrib_ops Change mask input of EmbedLayerNormalization op to be optional (#2495) 2019-12-01 08:36:06 -08:00
featurizers_ops Add timeseries imputer transformer featurizer kernel (#2813) 2020-01-10 13:27:51 -08:00
framework Introduce container type runtime checks and other improvements (#2522) 2019-12-04 16:04:17 -08:00
ir Update protobuf to 3.11.2 (#1928) 2019-12-27 18:28:18 -08:00
mlas MLAS: Implement U8S8 GEMV kernels (#2069) 2019-10-09 11:54:16 -07:00
onnx Update test data (#2356) 2020-01-10 10:52:23 -08:00
opaque_api Import more featurizers with tests (#2685) 2019-12-17 22:17:40 -08:00
optimizer Improve Embed Layer Norm Fusion for SQuAD with static input shape (#2621) 2019-12-11 15:25:35 -08:00
perftest add session creation time cost. (#2798) 2020-01-08 11:17:48 -10:00
platform Add BatchParallelFor, TryParallelFor, TryBatchParallelFor into ThreadPool (#2476) 2019-11-27 00:32:26 -08:00
proto
providers Enable int8 GEMV tensorization (#2696) 2019-12-18 21:02:52 -08:00
python Revert "Change default optimization level to All (from Basic) (#2745)" 2020-01-03 15:28:23 -08:00
shared_lib Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
testdata Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
tvm Tiny fix to codegen 2019-12-20 21:04:17 -08:00
util Update protobuf to 3.11.2 (#1928) 2019-12-27 18:28:18 -08:00
win_getopt