examples: style: adjust error messages

This commit is contained in:
Fomenko, Evarist M
2020-04-17 03:48:25 +00:00
parent e52fa8af11
commit 27c4137fda
2 changed files with 4 additions and 4 deletions

View File

@ -163,8 +163,8 @@ void simple_net_int8(engine::kind engine_kind) {
} catch (error &e) {
if (e.status == dnnl_unimplemented)
throw example_allows_unimplemented {
"oneDNN does not have int8 convolution implementation "
"that supports this system.\n"
"No int8 convolution implementation is available for this "
"platform.\n"
"Please refer to the developer guide for details."};
// on any other error just re-throw