Kyungsoo
Kyungsoo
Hello, I found that dnnl::matmul is slow when they are not using SGEMM. For example, if I assigned src/weights/bias with 50x50 matrix, it takes 760 microseconds and 100x100 is going...
Hi, I'm trying to reshape with submemory for binary operators. Source 1 is 2x16 matrix and Source 2 is 16 size vector and destination is 16 size vector. When I...
Hi, I have a question regarding TF2.3 and TF2.4 support. I have a model which is not working with TF2.3 (It worked with TF2.2). The error is ``` ../lib/python3.6/site-packages/keras2onnx/main.py:75: in...