elfman2
elfman2
Same issue, patched '\\\' in '/' in build.js: return"gdb"===l.store.get("interpreter")?['-break-insert "'+**e.replace(/\\\\/g,"/")** Corresponds to source code GdbApi.jsx:354 get_insert_break_cmd: function(fullname, line) { if (store.get("interpreter") === "gdb") { **return [`-break-insert "${fullname}:${line}"`];** } else {...
Interrest in matrices generated with export --formats rst
meanwhile I replaced `.. autodoxygenfile :: ` directive by `$AUTODOXYGENFILE ::` in the .sdoc which disables this RST directive validation checks Then I post processes RST before breathe/sphinx html/pdf publishing...
I tried a workaround to move the doxygen directive to a separate .rst file, which is referenced by the index.rst. https://github.com/strictdoc-project/strictdoc-templates/compare/main...elfman2:elfman2/do178?expand=1#diff-92b2fe8063b666c0ed77df85ce364e55c173d65a31870646e72b7ab5149b0e85 Then I text edit the .sdoc file and add...
It seems that autoLiRPA interprets systematically the first dimension as a batch (in bound_backward) Batch semantic comes from convolution operator, and can be infered by shape inference, but in case...
How about an update of the [API ](https://auto-lirpa.readthedocs.io/en/latest/api.html) doc to warn about these conventions ?