Commit 9dec80be authored by Eric Kunze's avatar Eric Kunze Committed by Jacques Pienaar
Browse files

[MLIR][TOSA] Remove ReluN operator from TOSA dialect



ReluN has been removed from the TOSA specification. It can be replaced
in all instances with Clamp(0,N)

Signed-off-by: default avatarEric Kunze <eric.kunze@arm.com>

Reviewed By: jpienaar

Differential Revision: https://reviews.llvm.org/D128683
parent b4e3e3a3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment