mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Support exporting left/right bitshifts to ONNX for all opset versions. ONNX has a bitshift operator in opset 11, but it only supports unsigned ints, so it can't be used in PyTorch (since only uint8 is the only uint type). Pull Request resolved: https://github.com/pytorch/pytorch/pull/28210 Reviewed By: hl475 Differential Revision: D18575512 Pulled By: houseroad fbshipit-source-id: 74161db67f599996a0614981edcc171af6780d21 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| operators.py | ||
| symbolic_caffe2.py | ||
| symbolic_helper.py | ||
| symbolic_opset7.py | ||
| symbolic_opset8.py | ||
| symbolic_opset9.py | ||
| symbolic_opset10.py | ||
| symbolic_opset11.py | ||
| symbolic_registry.py | ||
| utils.py | ||