Files
apache--tvm/python
Manupa Karunaratne 7b9fd1e2ab [microNPU] Removing constant args from PrimFunc (#9951)
Before this commit, microNPU creates PrimFunc as if
it accepts constants from the callee. This commit
changes the PrimFunc to remove the constants as an
argument to PrimFunc as they are not provided from
the main function.
2022-01-28 15:07:37 +00:00
..