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:
Basit Ayantunde 2019-11-12 17:34:29 +01:00 committed by GitHub
parent d4e4bbc1a9
commit c3e9ded27a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,6 +236,8 @@ TfLiteStatus EvalQuantizedPerChannel(
}
}
#else
#pragma message( \
"CMSIS-NN optimization for conv not available for this target. Using reference kernel.")
reference_integer_ops::ConvPerChannel(
op_params, data->per_channel_output_multiplier,