Skip to content
Snippets Groups Projects
Commit b2af72b2 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Fixed PyBind import

parent 64915d91
No related branches found
No related tags found
No related merge requests found
Pipeline #31512 failed
# Example 1: import .so generated by PyBind
from aidge_backend_cuda.aidge_backend_cuda import *
# Example 3: pure Python function equivalent to example 1 (example_func)
from .example import *
from aidge_backend_cuda.aidge_backend_cuda import * # import so generated by PyBind
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