morpheus.utils.nvt.decorators

Functions

annotate(*args, **kwargs) merlin.core.dispatch.annotate
sync_df_as_pandas([df_arg_name]) This function serves as a decorator that synchronizes cudf.DataFrame to pandas.DataFrame before applying the function.
annotate(*args, **kwargs)[source]

merlin.core.dispatch.annotate

sync_df_as_pandas(df_arg_name='df')[source]

This function serves as a decorator that synchronizes cudf.DataFrame to pandas.DataFrame before applying the function.

Parameters
df_arg_name

The name of the DataFrame parameter in the decorated function.

Returns
Callable

The decorator.

Previous morpheus.utils.nvt
Next morpheus.utils.nvt.extensions
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.