liqunfu
c3c4ce5ceb
refactor prototypes into headers ( #4337 )
...
* refactor prototypes into headers
2020-06-26 12:02:14 -07:00
Du Li
645a988c04
Support binding input only for IOBinding in python api. ( #4079 )
...
* Support binding input only in python api.
* Addressing PR comments.
* fixing build issues
2020-06-25 12:20:02 -07:00
Dmitri Smirnov
4e1dac67cd
Address memory leak and improve memory handling ( #4124 )
...
Fix memory leak when a Python list passed as a feed.
Create a custom allocator that can take ownership of python
arrays that are created inside pybind.
Allow direct memory use if continuous array is a copy because
we now can take ownership of it by the allocator.
2020-06-08 09:29:46 -07:00
Edward Chen
e542cfd0e0
Introduce training changes.
2020-03-11 14:39:03 -07:00
Pranav Sharma
2d4d0abd36
Add support for output seq(tensor) in python binding and test framework. Implement SequenceConstruct, SequenceEmpty, SequenceInsert and SequenceErase ops. ( #2040 )
...
Add support for output seq(tensor) in python binding and test framework. Implement SequenceConstruct, SequenceEmpty, SequenceInsert and SequenceErase ops. (#2040 )
2019-10-10 15:58:49 -07:00
jywu-msft
686bd36210
Remove ml_status.h, add StatusCode to pybind exception mappings ( #1889 )
...
* initial checkin.
* add onnxruntime status code to ort pybind exception mapping.
* address review feedback.
2019-09-24 11:13:14 -07:00
Ke Zhang
13d8558404
move environment.h/cc from framework to session project/folder. ( #1241 )
2019-06-17 18:01:21 -07:00
Changming Sun
2663b9c443
Remove unnecessary casts from OrtValue to MLValue( #1051 )
2019-05-17 07:52:59 -07:00
Changming Sun
afd831ae9e
Remove unnecessary const
2018-12-13 21:51:28 -08:00
Pranav Sharma
89618e8f1e
Initial bootstrap commit.
2018-11-19 16:48:22 -08:00