Skip to content
Snippets Groups Projects
Commit 91e3df89 authored by auphelia's avatar auphelia
Browse files

[pre-commit] Run pre-commit on lookup layer file

parent 8408b45a
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,8 @@ class Lookup(HLSCustomOp): ...@@ -259,7 +259,8 @@ class Lookup(HLSCustomOp):
] ]
elif mem_mode == "external": elif mem_mode == "external":
self.code_gen_dict["$DOCOMPUTE$"] = [ self.code_gen_dict["$DOCOMPUTE$"] = [
"StreamingLookup_ext<EmbeddingSize>(in0, out, mem, size, oob_count, oob_irq);" """StreamingLookup_ext<EmbeddingSize>(in0, out, mem, size, oob_count,
oob_irq);"""
] ]
def blackboxfunction(self): def blackboxfunction(self):
......
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