Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
songlinfeng
cupy
deb763b70bc9c93a1e41977d3e64dbe0f2c40b01
"include/LightGBM/vscode:/vscode.git/clone" did not exist on "fa2e0b35a426c357f938eeeb4f75fe2f4a70935e"
deb763b70bc9c93a1e41977d3e64dbe0f2c40b01
Switch branch/tag
cupy
tests
cupy_tests
random_tests
test_init.py
Find file
Normal view
History
Permalink
test_init.py
98 Bytes
Edit
Web IDE
Newer
Older
clone code from github
root
committed
Feb 06, 2026
1
2
3
4
5
6
import
cupy
def
test_bytes
():
out
=
cupy
.
random
.
bytes
(
10
)
assert
isinstance
(
out
,
bytes
)