Draft: FTAG: Decorator regex fix
Fixing the bug introduced in the MR!60007
Related JIRA issue AFT-646
Prior to the MR!60007, we were creating the decorators for the GN models using lwtnn::config
, reading from the ONNX model metadata. The MR!60007 introduced the option to create the decorators from the ONNX model directly by introducing the GNNConfig
GNNConfig
was missing the addition of Flip
and Neg
suffixes to the decorator names when needed. (In the old code, we were doing it while creating the getters; forgot to copy it to the code that creates the new decorators)
Edited by Nilotpal Kakati