# tensorplay.cuda.init

Source: https://www.tensorplay.cn/docs/generated/tensorplay.cuda.init.html

# tensorplay.cuda.init

tensorplay.cuda.init()[[source]](../_modules/tensorplay/cuda.html#init)

Initialize TensorPlay’s CUDA state.

You may need to call this explicitly if you are interacting with
TensorPlay via its C API, as Python bindings for CUDA functionality
will not be available until this initialization takes place.
Ordinary users should not need this, as all of TensorPlay’s CUDA methods
automatically initialize CUDA state on-demand.

Does nothing if the CUDA state is already initialized.
