candle
candle copied to clipboard
Add 2 Onnx operators and constant mode to Pad
- Adds Reciprocal (quite trivial)
- Adds GlobalAveragePool, only 2d GlobalAveragePool is supported as we use avg_pool2d.
- Adds constant mode to operator Pad. We drop the check on the number of inputs. We could re-introduce it but it would need to be different for the supported modes.