onnx-mlir/src/pass
chentong319 49dae74eab
Create constant pad (#75)
* handle pad op which does not have the optional third argment

* rewrite PadConstantValue with constant pad into PadConstantValuePad

* add test for PadConstantValuePad

* update onnx.md
2020-02-11 15:32:01 -05:00
..
lower_frontend_to_krnl.cpp Add support for strides when emitting convolution loop nest. (#76) 2020-02-11 11:53:13 -05:00
onnx_combine.cpp Create constant pad (#75) 2020-02-11 15:32:01 -05:00
onnx_combine.td Create constant pad (#75) 2020-02-11 15:32:01 -05:00
onnx_rewrite.cpp Rewrite ReduceL1, ReduceL2, ReduceLogSum, ReduceLogSumExp, ReduceSumSquare in the ONNX dialect (#38) 2020-01-31 19:00:39 +08:00
passes.hpp flatten src directory structure 2019-12-23 00:13:52 -05:00
shape_inference_interface.hpp flatten src directory structure 2019-12-23 00:13:52 -05:00
shape_inference_interface.td flatten src directory structure 2019-12-23 00:13:52 -05:00
shape_inference_pass.cpp Lowering ReductionMax, ReductionMin, ReductionProd and ReductionSum (#31) 2020-02-10 21:38:19 +08:00