Lunderberg opened a new pull request, #17154:
URL: https://github.com/apache/tvm/pull/17154

   Prior to this commit, scalar arrays (e.g. `R.const(1, 'int64)`) would be 
printed inline.  However, small non-scalar
   arrays (e.g. `R.const([1], 'int64')`) would be stored in the TVMScript 
metadata.
   
   This commit updates the TVMScript printer, to show small constants in-line.  
Any constant with at most 16 elements and at most 2 dimensions will be printed 
in-line.  Larger constants will still be stored in the TVMScript metadata.


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