How can I use abs in hybrid frontend?
Seems like an intrinsic? @were
you can just b = abs(a[i])
.
it is already in the symbol table.
if you really want to know how it is achieved, refer the python/tvm/hybrid/runtime.py
.
How can I use abs in hybrid frontend?
Seems like an intrinsic? @were
you can just b = abs(a[i])
.
it is already in the symbol table.
if you really want to know how it is achieved, refer the python/tvm/hybrid/runtime.py
.