mindspore.dataset.config.get_auto_offload

mindspore.dataset.config.get_auto_offload()

获取当前是否开启数据异构加速。

返回:

bool,表示是否开启数据异构加速。

样例:

>>> # Get the global configuration of the automatic offload feature.
>>> auto_offload = ds.config.get_auto_offload()