onnxruntime/orttraining
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
..
orttraining Address memory leak and improve memory handling (#4124) 2020-06-08 09:29:46 -07:00
pytorch_frontend_examples Remove ORTModel from frontend API (#3825) 2020-05-11 18:20:33 -07:00
tools Remove evaluation output from training e2e test baseline data. (#4092) 2020-06-01 15:06:21 -07:00