nngen icon indicating copy to clipboard operation
nngen copied to clipboard

Fix onnx/gemm.py to pass the tests/onnx_matrix_linear.

Open hirayamy opened this issue 1 year ago • 0 comments

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.

hirayamy avatar May 12 '23 09:05 hirayamy