Skip to content
Snippets Groups Projects
Commit 799da475 authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Fixing BatchNorm HPVM Frontend translation bug

parent c3ab41ee
No related branches found
No related tags found
No related merge requests found
...@@ -365,7 +365,7 @@ class HPVMTranslator: ...@@ -365,7 +365,7 @@ class HPVMTranslator:
inst_str += " void *r = __visc__tensor_batchnorm(t1, t2, t3, t4, t5, " inst_str += " void *r = __visc__tensor_batchnorm(t1, t2, t3, t4, t5, "
inst_str += str(cur_node.epsilon) + "); \n" inst_str += str(cur_node.epsilon) + "); \n"
footer_str = self.genNodeFooter(5) footer_str = self.genNodeFooter(2)
inst_str += footer_str inst_str += footer_str
self.node_str += inst_str self.node_str += inst_str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment