Open VirdhatchaniKN opened 4 months ago
Hi @rtawfik01 @rdjogoTT
Is it possible to support shift operation for two tensors (like it is available in bitwise operation)? At present, the second operand for shift operation takes only a single integer parameter
Bitwise ops:
Master issue : #9702
Op Requirement :
Issues :
Initial Implementation done in #8636 This implementation requires the involvement of a lot of ops, which may lead to performance issues.