/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-rocal/checkouts/develop/rocAL_pybind/amd/rocal/types.py File Reference#
types.py File Reference
File containing various user defined types used in rocAL. More...
Functions | |
def | rocAL_pybind.amd.rocal.types.data_type_function (dtype) |
Converts a given data type identifier to its corresponding known type. More... | |
Detailed Description
File containing various user defined types used in rocAL.
Function Documentation
◆ data_type_function()
def rocAL_pybind.amd.rocal.types.data_type_function | ( | dtype | ) |
Converts a given data type identifier to its corresponding known type.
@param dtype The data type identifier. @return Known type corresponding to the given data type identifier. @raise RuntimeError: If the given data type identifier does not correspond to a known type.