tensorplay.cuda.cudart
- tensorplay.cuda.cudart()[source]
Retrieves the CUDA runtime API module.
This function initializes the CUDA runtime environment if it is not already initialized and returns the CUDA runtime API module (_cudart).
- Returns:
The CUDA runtime API module, or
Nonewhen no ctypes runtime binding is exposed by this build.- Return type:
module or None

