onnxruntime/onnxruntime/test
Dmitri Smirnov 88c58c19d4
Improve code readability and performance. (#2257)
Improve code readability and performance. (#2257)  
  Remove one time checks from loops.
  Move out GetType<>() calls from loop as they
  go through local function statics.
  Get rid of index calculations from input and output
  so we can simlpy advance ptrs and potentially do better pre-fetch.
  Improve code readability.
2019-10-25 16:19:59 -07:00
..
automl_ops Add AutoML to 3 main builds. (#1631) 2019-08-16 18:06:16 -07:00
common Move CXX API global into the header (#2228) 2019-10-23 14:15:53 -07:00
contrib_ops Improve code readability and performance. (#2257) 2019-10-25 16:19:59 -07:00
framework Disable optimizers for OpTester operator unit tests (#2237) 2019-10-24 11:37:09 -07:00
ir Added Graph::ReplaceInitializedTensor() function. (#2230) 2019-10-24 19:30:24 -07:00
mlas MLAS: Implement U8S8 GEMV kernels (#2069) 2019-10-09 11:54:16 -07:00
onnx Adjust the nGraph EP to the newest CI test data (#2180) 2019-10-24 16:44:03 -07:00
opaque_api Move CXX API global into the header (#2228) 2019-10-23 14:15:53 -07:00
optimizer handle Concat-11 (#2240) 2019-10-23 19:12:40 -07:00
perftest Fixed tensor reference to const data and cleaned up Env API. (#1979) 2019-10-24 10:28:13 -07:00
platform Fixed tensor reference to const data and cleaned up Env API. (#1979) 2019-10-24 10:28:13 -07:00
proto Use protobuf-lite to reduce onnxruntime.dll size. (#639) 2019-03-21 14:06:38 -07:00
providers clear cache when moving to next channel (#2253) 2019-10-24 16:07:45 -07:00
python Added more input data types for pad (#2179) 2019-10-22 00:41:35 -07:00
server Update ORTSRV integration test model path (#2225) 2019-10-23 13:48:20 -07:00
shared_lib Move CXX API global into the header (#2228) 2019-10-23 14:15:53 -07:00
testdata Support negative axis in unsqueeze elimination (#2158) 2019-10-20 01:15:27 -07:00
tvm Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
util Move CXX API global into the header (#2228) 2019-10-23 14:15:53 -07:00
win_getopt Trt execution provider (#382) 2019-03-14 12:00:39 -07:00