zgplvyou commented on issue #7986:
URL: https://github.com/apache/tvm/issues/7986#issuecomment-1193689834

   > embedding_bag is supported in relay/frontend/onnx.py, you can refer to 
this file.
   
   Hi, I`m also relay from onnx dlrm model, in this file(onnx.py), the 
implementation of embedding_bag use a reshape op(        indices = 
_op.reshape(indices, indices_shape)), however, if the indices_shape is [3, -1], 
 the size of indices is [13, ], the indices can not be reshape to the size[3, 
?],how to do it!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to