Skip to content

Commit c122421

Browse files
committed
Fix after rebase
1 parent 957ec46 commit c122421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _is_supported_on_target(
5959
parameters_mapping: dict[str, Parameter],
6060
custom_delegation_options: CustomDelegationOptions,
6161
) -> bool:
62-
if custom_delegation_options.use_new_flow_neutron_c:
62+
if neutron_target_spec.use_new_flow_neutron_c:
6363
"""New flow: Hardware constraints for the new flow:
6464
1. Input and Output must be INT8/UINT8
6565
2. Channels <= 2040

0 commit comments

Comments
 (0)