Skip to content

Commit

Permalink
The missing rename in generate_code.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Aug 11, 2019
1 parent abcc3b5 commit 051b1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def get_input_param(x):
cogoutl('layers_.push_back(layer);')
cogoutl('}')
cogoutl('')
update_code('tools/onnx2daq/OnnxConverter.cpp', 'OnnxConverter auto generated methods')
update_code('tools/onnx2daq/OnnxConverterImpl.cpp', 'OnnxConverter auto generated methods')
for i, op in enumerate(cfg):
ipt_opt = op['input'] + op['output']
params = list(map(get_param, ipt_opt))
Expand Down

0 comments on commit 051b1be

Please sign in to comment.