lhutton1 opened a new pull request #6254: URL: https://github.com/apache/incubator-tvm/pull/6254
This patch adds the ability to offload dense (or fully connected) operator to ACL. For fp32 a single dense layer can be offloaded, or the composite variant: nn.dense, nn.bias_add? (ACL does not currently offer fused activation). For uint8: qnn.dense, nn.bias_add?, qnn.requantize cc @mbaret @Leo-arm @giuseros @comaniac @zhiics ---------------------------------------------------------------- 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: [email protected]
