Skip to content

Commit 388b436

Browse files
authored
remove spaces
1 parent bcbfc39 commit 388b436

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/convert_tool/tensorflow/tf2tengine.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2505,7 +2505,6 @@ int load_pad(TFNode* tf_node, TFGraph& tf_graph, ir_graph_t* graph, ir_node_t* n
25052505
return 0;
25062506
}
25072507

2508-
25092508
int load_concat(TFNode* tf_node, TFGraph& tf_graph, ir_graph_t* graph, ir_node_t* node)
25102509
{
25112510
struct concat_param* param = (struct concat_param*)node->op.param_mem;

0 commit comments

Comments
 (0)