Benedikt Mandelkow

Results 18 issues of Benedikt Mandelkow

I don’t have the answer at hand but one could check if the sizes of the members (recursively for structs) are in descending or ascending order or else emit an...

It could be interesting to use e.g. cargo asm https://github.com/gnzlbg/cargo-asm to see how much work is roughly involved when using these conversions/ how the compiler can optimise them. I used...

enhancement

as described in https://github.com/rust-num/num-rational/issues/85 I went ahead and implemented From and TryFrom for all applicable types, not just floats. This is a more detailed approach than the current FromPrimitive Trait...

Can TryFrom be implemented as well as FromPrimitive? This would make it easier to make conversions using `.try_nto()`. I would further propose to allow performing arithmetic between rationals and floats...

I was very happy to find this tool as I thought about running wgpu on iOS and basically had no idea what would be required. The wgpu and winit examples...

type: enhancement
target: iOS

the following input ```gcode ;Fusion 360 CAM 2.0.9011 ; Posts processor: MPCNC ohne Tastplatte.cps ; Gcode generated: Sun Oct 18 21:46:19 2020 GMT ; Document: 5“ Quad frä¤sen v13 ;...

**I was looking into deploying onnx models as native code and came across NN-512 which was basically exactly what I was looking for, except the input format is custom text...

### System information master ### What is the problem that this feature solves? I'd like to generate rust types for parsing the protofbuf files. The protobuf files are not idiomatic...

enhancement

Looking for feedback on how to upstream this. What works? - `CLANG=1 python3 examples/compile_efficientnet.py > out.rs && rustc out.rs` - rustc commands to compile shared lib and create extern c...

Does backpropagation/ training already work with the c backend/ any backend? I talked to some people who have interest in such things. e.g. https://github.com/Fraunhofer-IMS/AIfES_for_Arduino I personally think you mostly would...