candle icon indicating copy to clipboard operation
candle copied to clipboard

feat(gemm): implement Gemm operator in candle-onnx

Open socathie opened this issue 1 year ago • 0 comments

Gemm operator is very common in ONNX files generated by Pytorch, such as when using torch.nn.Linear. I'm not super proficient in Rust, so appreciate any modification to the current code for better practice/performance.

socathie avatar May 15 '24 13:05 socathie