We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957ec46 commit c122421Copy full SHA for c122421
1 file changed
backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py
@@ -59,7 +59,7 @@ def _is_supported_on_target(
59
parameters_mapping: dict[str, Parameter],
60
custom_delegation_options: CustomDelegationOptions,
61
) -> bool:
62
- if custom_delegation_options.use_new_flow_neutron_c:
+ if neutron_target_spec.use_new_flow_neutron_c:
63
"""New flow: Hardware constraints for the new flow:
64
1. Input and Output must be INT8/UINT8
65
2. Channels <= 2040
0 commit comments