Hi AIT team:
Sorry to bring up this stupid question, but does AIT handles if/else in the forward function?
For example
if x2.mean() > 0:
x = x + x2
else:
x = x - x2
If I supply x2 with positive mean when compiling, will the compiled model work with both branches?
Thanks!