nngen
nngen copied to clipboard
Fix onnx/gemm.py to pass the tests/onnx_matrix_linear.
I got the AttirbuteError in Gemm function when the src_node of gemm is a placeholder, such as inputs. So I modified the gemm function to avoid this attribution error by skipping the 'op_type' reference to NoneType objects.