onnxruntime/include/onnxruntime/core
Pranav Sharma ea60469af5
Support seq(tensor), implement 2 sequence ops that use the new type. (#1983)
* Mention OrtCreateSessionFromArray in C API doc

* fix seq of tensors

* changes on 9/30

* All tests passing

* Add SequenceAt op

* Fix shared_lib non_tensor_types test

* Address some PR comments

* Address PR comments

* Add support in python bindings to accept seq(tensor)

* Change data type from vector<Tensor> to TensorSeq

* Change data type from vector<Tensor> to TensorSeq

* Added some documentation

* Added missing test model

* Fix Linux build

* Fix Mac build

* Fix Mac build
2019-10-07 15:35:09 -07:00
..
common Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
framework Support seq(tensor), implement 2 sequence ops that use the new type. (#1983) 2019-10-07 15:35:09 -07:00
graph Downgrade compiler to CentOS 4.8.5 (#1985) 2019-10-03 15:40:46 -07:00
optimizer Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
platform Remove TaskThreadPool (#1713) 2019-08-28 18:00:10 -07:00
providers Fix symbolic shape inference for faster_rcnn, mask_rcnn, yolov3 (#1867) 2019-09-18 14:18:32 -07:00
session Remove ml_status.h, add StatusCode to pybind exception mappings (#1889) 2019-09-24 11:13:14 -07:00