onnxruntime
Add support for output seq(tensor) in python binding and test framework. Implement SequenceConstruct, SequenceEmpty, SequenceInsert and SequenceErase ops.
#2040
Merged

Add support for output seq(tensor) in python binding and test framework. Implement SequenceConstruct, SequenceEmpty, SequenceInsert and SequenceErase ops. #2040

pranavsharma merged 62 commits into master from output_seq_tensor2
pranavsharma
Mention OrtCreateSessionFromArray in C API doc
b03dc6fa
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
cc5b3167
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
4ef62846
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
85bd0dc2
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
42aa76c3
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
27ac7f16
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
8fdbd2e9
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
704934b7
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
10f46b47
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
3c64f87a
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
d4d3008f
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
d06cfbd0
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
946be7a1
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
0553e07f
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
06bf1a84
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
615533cc
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
0d7474c9
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
f98eee34
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
3f3fabab
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
e4e8d8ae
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
1da10d72
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
569b9e1e
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
b9a4a623
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
6dc41754
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
e08ed755
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
5c8b8b51
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
8309723c
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
f0f01dc7
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
a10283de
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
c3e2f2f9
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
f68d3ffd
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
ccf63b2f
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
6030cc99
fix seq of tensors
f84b80a7
Merge remote-tracking branch 'origin/master' into fix_seq_tensor_type
0ff6b663
changes on 9/30
bc77bfed
All tests passing
4a289dee
Merge remote-tracking branch 'origin/master' into fix_seq_tensor_type
4b168312
Add SequenceAt op
ce1c14f1
Merge remote-tracking branch 'origin/master' into fix_seq_tensor_type
a5fa2785
Fix shared_lib non_tensor_types test
14da3087
Address some PR comments
727299bd
Address PR comments
87bb1ce4
Merge remote-tracking branch 'origin/master' into fix_seq_tensor_type
4c8cc817
Add support in python bindings to accept seq(tensor)
dbb9514e
Change data type from vector<Tensor> to TensorSeq
3f54f812
Change data type from vector<Tensor> to TensorSeq
81b3c66c
Merge remote-tracking branch 'origin/master' into fix_seq_tensor_type
d69809c8
Added some documentation
eb1339e6
Added missing test model
82f85cc1
Fix Linux build
9e18ddca
Fix Mac build
3ab5d48a
Fix Mac build
cd103e48
Merge remote-tracking branch 'origin/master' into python_seq_tensor
2225e0e3
Merge remote-tracking branch 'origin/master' into python_seq_tensor
ffbdee8d
Add support for output seq in test framework. Implement SequenceEmpty…
9d0ce3d4
Merge remote-tracking branch 'origin/master' into output_seq_tensor
709a3618
minor comments
b78d9df6
pranavsharma pranavsharma requested a review 6 years ago
Add sequence construct op and python bindings for output seq.
3b499285
pranavsharma pranavsharma changed the title Add support for output seq(tensor) in test framework. Implement SequenceEmpty, SequenceInsert and SequenceErase ops to use this. Add support for output seq(tensor) in python binding and test framework. Implement SequenceConstruct, SequenceEmpty, SequenceInsert and SequenceErase ops. 6 years ago
pranavsharma pranavsharma changed the title Add support for output seq(tensor) in python binding and test framework. Implement SequenceConstruct, SequenceEmpty, SequenceInsert and SequenceErase ops. Add support for output seq(tensor) in python binding and test framework. Implement SequenceEmpty, SequenceInsert and SequenceErase ops to use this. 6 years ago
pranavsharma pranavsharma changed the title Add support for output seq(tensor) in python binding and test framework. Implement SequenceEmpty, SequenceInsert and SequenceErase ops to use this. Add support for output seq(tensor) in python binding and test framework. Implement SequenceConstruct, SequenceEmpty, SequenceInsert and SequenceErase ops. 6 years ago
Fix centos build
da1d9599
Fix python binding, centos build.
631a2785
pranavsharma
skottmckay
skottmckay commented on 2019-10-10
skottmckay
skottmckay commented on 2019-10-10
skottmckay
skottmckay commented on 2019-10-10
skottmckay
skottmckay commented on 2019-10-10
skottmckay
skottmckay commented on 2019-10-10
skottmckay
skottmckay dismissed these changes on 2019-10-10
pranavsharma pranavsharma dismissed their stale review 6 years ago
pranavsharma pranavsharma force pushed 6 years ago
pranavsharma pranavsharma force pushed 6 years ago
Address some PR comments + fix Nuphar build.
6b668498
pranavsharma pranavsharma force pushed to 6b668498 6 years ago
skottmckay
skottmckay approved these changes on 2019-10-10
pranavsharma pranavsharma merged 2d4d0abd into master 6 years ago
prasanthpul prasanthpul deleted the output_seq_tensor2 branch 4 years ago

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone