aboutsummaryrefslogtreecommitdiff
path: root/src/operator-strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/operator-strings.c')
-rw-r--r--src/operator-strings.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/operator-strings.c b/src/operator-strings.c
index dce9c4671..fd8a3ccef 100644
--- a/src/operator-strings.c
+++ b/src/operator-strings.c
@@ -78,6 +78,10 @@ const char* xnn_operator_type_to_string(enum xnn_operator_type type) {
return "Convolution (NHWC, QU8)";
case xnn_operator_type_convolution_nchw_f32:
return "Convolution (NCHW, F32)";
+ case xnn_operator_type_copy_nc_x8:
+ return "Copy (NC, X8)";
+ case xnn_operator_type_copy_nc_x16:
+ return "Copy (NC, X16)";
case xnn_operator_type_copy_nc_x32:
return "Copy (NC, X32)";
case xnn_operator_type_deconvolution_nhwc_f32: