Skip to content

Commit 29c60a3

Browse files
committed
typo
1 parent 8b4b5be commit 29c60a3

File tree

1 file changed

+2
-2
lines changed
  • utensor_cgen/backend/utensor/snippets/templates/snippets/rearch

1 file changed

+2
-2
lines changed

utensor_cgen/backend/utensor/snippets/templates/snippets/rearch/op_missing.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
FIXME: {{op_type}} currently not supported, you have to fill up this section or it won't compile
33
44
1. Declare the operators of type {{op_type}}
5-
2. Declare input tensors:
5+
2. Set input tensors:
66
{%for tensor, var_name in zip(input_tensors, input_var_names)%}
77
- {{tensor.name}}, of type {{tensor.dtype}} and is named as {{var_name}} in this file
88
{%endfor%}
9-
3. Declare output Tensors:
9+
3. Declare and set output Tensors:
1010
{%for tensor, var_name in zip(output_tensors, out_var_names)%}
1111
- {{tensor.name}} is of type {{tensor.dtype}}, shape {{tensor.shape}} and should be named as {{var_name}}
1212
{%if quant_params_map[tensor.name]%}

0 commit comments

Comments
 (0)