Backend* = concept c
        c is BackendCpu or c is BackendCuda
    

==
    
    
    Backend* = BackendCpu or BackendCuda
    

Reply via email to