Function morpheus::proxy_table_from_table_with_metadata

pybind11::object morpheus::proxy_table_from_table_with_metadata(cudf::io::table_with_metadata&&, int)

These proxy functions allow us to have a shared set of cudf_helpers interfaces declarations, which proxy the actual generated cython calls. The cython implementation in ‘cudf_helpers_api.h’ can only appear in the translation unit for the pybind module declaration.

Returns

pybind11::object

© Copyright 2023, NVIDIA. Last updated on Feb 3, 2023.