Skip to content

Commit 02e4ca9

Browse files
committed
fix wrapper
1 parent 45524ec commit 02e4ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/nnwrap/generate_wrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def wrap_generic():
168168
defs = OrderedDict()
169169

170170
def should_wrap_function(name):
171-
if name.startswith('LookupTable'):
171+
if name.startswith('LookupTable_'):
172172
return False
173173
return (name.endswith('updateOutput') or
174174
name.endswith('updateGradInput') or

0 commit comments

Comments
 (0)