Closed seanlatias closed 4 years ago
A quick fix to #134. Now the "select" API should have the same behavior as TVM's "select" API. The following examples should be working.
select(2 > 1, x, y) select(0, True, False) select(True, 50, 60)
A quick fix to #134. Now the "select" API should have the same behavior as TVM's "select" API. The following examples should be working.