onnxruntime/onnxruntime/test
Konstantinos Karanasos 32c6c71e86 Convert Shape operator to initializer (#1159)
This PR introduces a rewrite rule that replaces a Shape node with an initializer when the shape of the input is statically known through shape inference.
2019-06-07 14:15:19 -07:00
..
common
contrib_ops Fix error message for legacy opset (6 and lower) models at model load time (#1147) 2019-06-04 11:56:49 -07:00
framework Implementation of sparse tensor (#1121) 2019-06-06 11:50:38 -07:00
ir Remove dropout nodes during inference (#1018) 2019-05-17 15:05:36 -07:00
mlas Update MLAS to be able to build standalone again (#874) 2019-04-21 14:04:15 -07:00
onnx re-enable disabled tests on nGraph after fixing remaining subgraph resolve error (#1158) 2019-06-04 09:40:24 -07:00
optimizer Convert Shape operator to initializer (#1159) 2019-06-07 14:15:19 -07:00
perftest Add zero size check before setting thread pool so that the zero default value won't cause a failure. (#1109) 2019-05-24 23:27:36 -07:00
platform/windows Enable nGraph Debug ci test. (#1000) 2019-05-23 19:58:35 -07:00
proto Use protobuf-lite to reduce onnxruntime.dll size. (#639) 2019-03-21 14:06:38 -07:00
providers re-enable disabled tests on nGraph after fixing remaining subgraph resolve error (#1158) 2019-06-04 09:40:24 -07:00
python Remove filtering from the backend scripts runner (#1169) 2019-06-06 10:04:55 -07:00
server Use local ort python package in server model tests (#1027) 2019-05-20 18:40:52 -07:00
shared_lib implement python opeartor (#1045) 2019-06-07 11:50:23 -07:00
testdata Convert Shape operator to initializer (#1159) 2019-06-07 14:15:19 -07:00
tvm Change Compute function to return a status code instead of an integer. (#1139) 2019-06-04 08:34:32 -07:00
util Remove unnecessary casts from OrtValue to MLValue(#1051) 2019-05-17 07:52:59 -07:00
win_getopt Trt execution provider (#382) 2019-03-14 12:00:39 -07:00