added compile time notification message
Added the pragma message directive to notify the user of the absence of CMSIS-NN library
This commit is contained in:
parent
d4e4bbc1a9
commit
c3e9ded27a
@ -236,6 +236,8 @@ TfLiteStatus EvalQuantizedPerChannel(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
#pragma message( \
|
||||||
|
"CMSIS-NN optimization for conv not available for this target. Using reference kernel.")
|
||||||
|
|
||||||
reference_integer_ops::ConvPerChannel(
|
reference_integer_ops::ConvPerChannel(
|
||||||
op_params, data->per_channel_output_multiplier,
|
op_params, data->per_channel_output_multiplier,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user