Skip to content

Draft: FTAG: Decorator regex fix

Nilotpal Kakati requested to merge nkakati/athena:nilotpal_regex_bugfix into 23.0

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)


tagging @bdong @ligang @dguest

Edited by Nilotpal Kakati

Merge request reports