tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[Refactorings]Few code optimizations

Open maldil opened this issue 2 years ago • 1 comments

This PR makes a few code optimizations,

  1. utilize the np.cumsum API rather than inefficient for loops
  2. use multi dot operator to perform matrix multiplication using a single API as opposed to two 'dot' APIs.

What do you think of the change?

maldil avatar Jul 08 '22 19:07 maldil

@merrymercy @ezyang I am new to this project. Could you please help me to find a reviewer to this PR?

maldil avatar Jul 13 '22 19:07 maldil