TensorPlay
API symbolscuda
Copy
View MarkdownDownload .md

tensorplay.cuda.random.manual_seed_all

tensorplay.cuda.random.manual_seed_all(seed: int) None[source]

Set the seed for generating random numbers on all GPUs.

It’s safe to call this function if CUDA is not available; in that case, it is silently ignored.

Parameters:

seed (int) – The desired seed.

Ask DeepWiki