You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[microNPU] Allow constants to be given as input to an operator (apache#9515)
* [microNPU] Allow constants to be given as input to an operator
Currently the expectation is that all constants need to be encoded,
however, this is not always the case for scalar inputs. This PR
ensures that constants that don't need encoding are not treated
like encoded constants by the EncodeConstants pass.
Change-Id: I79cf4aa10d01c4ae9ce9cdafb6f21ebb2d028126
* address comments
Change-Id: I67b61a2d2f67de25c47d2ace0e3a22c59ba8ea15
0 commit comments