File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
utensor_cgen/backend/utensor/snippets/templates/snippets/rearch Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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]%}
You can’t perform that action at this time.
0 commit comments