Files
apache--tvm/python
Luke Hutton a0fe74b3c3 [ETHOSN] Support multiply conversion to depthwise (#12403)
Multiply can be supported when offloaded to the NPU by a conversion to a depthwise convolution operation. This is only supported when the multiply operation has a single single variable input with the other being a constant of shape [1, ..., C]. This commit adds a new pass "ConvertEquivalents" (name subject to change) to handle this conversion before codegen.
2022-08-24 13:45:57 +01:00
..