Orion Reblitz-Richardson
|
0a6931cfee
|
Only reference ONNX through onnx_pb.h (#11609)
Summary:
I think this is needed to land https://github.com/onnx/onnx/pull/1407 without CI errors.
cc mingzhe09088 houseroad
Pull Request resolved: https://github.com/pytorch/pytorch/pull/11609
Reviewed By: houseroad
Differential Revision: D9803490
Pulled By: orionr
fbshipit-source-id: 26193f38ab0a2eef9ad7d0da9a0310dc40ef0f2d
|
2018-09-12 18:25:58 -07:00 |
|
Lu Fang
|
b23d59ce1a
|
Make ONNX_ATEN_FALLBACK as internal default option
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/10629
Reviewed By: bddppq
Differential Revision: D9381106
fbshipit-source-id: 03d42c95d17a70a68fe0f38dad68f1793996dfce
|
2018-08-21 10:10:50 -07:00 |
|
Roy Li
|
f908b2b919
|
Use google protobuf in pytorch onnx import/export
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/8469
Reviewed By: houseroad
Differential Revision: D9102041
Pulled By: li-roy
fbshipit-source-id: 805c473745d181b71c7deebf0b9afd0f0849ba4f
|
2018-08-01 12:54:41 -07:00 |
|
Orion Reblitz-Richardson
|
5a7b4840d9
|
Move nanopb-generated ONNX to unique file name (#8773)
* Move nanopb-generated ONNX to unique file name
* fix other places
|
2018-06-22 09:51:56 -04:00 |
|
James Reed
|
04503962ff
|
[ONNX] Add an ATen fallback pathway for ONNX export (#8273)
* ATen fallback for ONNX export
* Move to enum
* Fix model test
* Add comment
* Address comments
BC interface
|
2018-06-12 22:59:45 -07:00 |
|
James Reed
|
ef76e24f60
|
[JIT][script][ONNX] ScriptModule ONNX export + ONNX export for control flow nodes (#6608)
* ScriptModule ONNX export
* ScriptModule ONNX export
* Export for control flow nodes
* Add pretty-print capability for ONNX export testing
* Update tests and handling of mutliple GraphProto names
* Maybe bugfix?
* factor out code from export and pretty print
|
2018-04-19 23:45:03 -07:00 |
|
bddppq
|
c43c911662
|
Export onnx protobuf bindings to python (#6651)
* Export onnx protobuf bindings to python
* rename native onnx module to _onnx
|
2018-04-17 16:38:57 -07:00 |
|