hirayamy

Results 3 issues of hirayamy

I found a bug in tests/onnx_matrix_mul/onnx_matrix_mul.py. The outputs of torch model and np.eval does not match. So I fix the input_scale_factors as following.

I found a KeyError when I tried to convert onnx model with MatMul to NNgen. So I implemented onnx MatMul converter. MatMul is very similar to GEMM, but the following...

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...