kraiskil

Results 8 issues of kraiskil

**Is your feature request related to a problem? Please describe.** Stepping up or down in the callstack via the gdb input pane (i.e. issuing the 'up' or 'down' commands) is...

This adds a bare-bones I2S API for STM32. Tested on a stm32f411e-discovery board.

Tried a standard compile `cmake . && make && make test`. Build succeeds, but most of the test suite fails, and test `Start 56: regression/infinite_loop_REPL` does not finish. Running one...

contributions welcome

According to https://github.com/onnx/onnx/blob/master/docs/Operators.md#MaxPool, the auto_pad attribute to onnx operator MaxPool is deprecated. I.e. paddings should be always be explicit (?). keras2onnx 1.7.0 adds this attribute to a MaxPool node emitted...

Example on how to use the I2S API in pull request libopencm3/libopencm3#1198

I am using googletest in my project without problems on Linux (Ubuntu 16.04, 18.04) and Mac. Now porting the same source to Windows (Visual Studio 15 2017), my googletest binary...

Number of decimals printed for float constants is hard-coded to 20 in: https://github.com/kraiskil/onnx2c/blob/87a548021c4da69ed7bc0ce4c7c41eaae0249282/src/main.cc#L25 The number of decimal points should be a command line option (with 20 being a good default).

enhancement
good first issue

Looks like it is going to be removed https://github.com/onnx/onnx/issues/3924 Take a local copy to test with old opset compliance.