morpheus.utils.type_aliases
Type aliases used throughout the codebase.
- DataFrameType[source]
Alias for pandas and cuDF DataFrame types.
alias of
Union
[pandas.DataFrame
,cudf.DataFrame
]
- NDArrayType[source]
Alias for NumPy and CuPy ndarray types.
alias of
Union
[numpy.ndarray
,cupy.ndarray
]