lhutton1 opened a new pull request #6109:
URL: https://github.com/apache/incubator-tvm/pull/6109


   Adds support for asymmetric per-layer quantization in the Arm Compute 
Library runtime module. This includes support for qnn.conv2d, nn.maxpool2d and 
reshape.
   
   * Adds support for different datatypes (as opposed to hard-coded fp32).
   * Adds support for creating ACL tensor with scale and offset values.
   * Improved qnn.conv2d layout conversion to support different kernel layouts.
   * Added qnn.conv2d composite operator (pad?, qnn.conv2d, bias?, relu?, 
qnn.requantize).
   * Updated tests to reflect these changes.
   * Added table of supported operators in tutorial.
   
   Change-Id: I8f610bd37af1e3740fd48c2d502bcc4727d9d712
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to