We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8257a commit 2efb2adCopy full SHA for 2efb2ad
arrayfire/__init__.py
@@ -29,7 +29,7 @@
29
30
The backend can be chosen at the beginning of the program by using the following function
31
32
- >>> af.backend.set(name)
+ >>> af.set_backend(name)
33
34
where name is one of 'cuda', 'opencl' or 'cpu'
35
0 commit comments