Skip to content
Snippets Groups Projects
Commit e0a3abbd authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Set module_name in TorchModule

parent 4e8c0eea
Branches
Tags
No related merge requests found
Pipeline #26612 failed
......@@ -122,6 +122,7 @@ class TorchModule(JinjaCppFile):
ast_dict = {
'kernels': kernel_asts,
'kernel_wrappers': wrapper_functions,
'module_name': module_name,
'python_bindings': self.PYTHON_BINDINGS_CLASS(module_name,
[self.PYTHON_FUNCTION_WRAPPING_CLASS(a)
for a in wrapper_functions])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment