mbaret opened a new pull request #9471:
URL: https://github.com/apache/tvm/pull/9471


   RFC: apache/tvm-rfcs#37
   Issue: #9429
   
   NOTE: This PR builds on top of #9469 and therefore includes those changes. 
This PR will remain as 'draft' until the dependency is merged.
   
   The first step in the cascader is to create a CascaderGraph from a TE graph. 
To do this, every operator in the TE graph must get 'matched' by a Part 
matcher. This converts TE operations into cascader Parts by augmenting them 
with Propagators.
   
   In this initial commit, we include basic Part matchers for ethosu_conv2d and 
some transform operators so that the graph creation can be tested.


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