Skip to content
Snippets Groups Projects
test_frontend.py 139 B
Newer Older
  • Learn to ignore specific revisions
  • from torch2hpvm import compile_torch_module
    from dnn import AlexNet
    
    compile_torch_module(AlexNet(), (1, 3, 32, 32), "/tmp/alexnet", True)