/
envoy.istio
/
mindspore
Обзор
Документация
Войти
/
envoy.istio
/
mindspore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/api/api_python_en/mindspore.hal.rst
64 строки
1 KB
shen_haochen
add note for cpu
11 июн 2024, 11:00
11 июн 2024, 11:00
1682379
Код
Авторство
О чём код?
mindspore.hal ============= Hal encapsulates interfaces for device, stream, event, and memory. MindSpore abstracts the corresponding modules from different backends, allowing users to schedule hardware resources at the Python layer. Device ----------- .. msplatformautosummary:: :toctree: hal :nosignatures: :template: classtemplate.rst mindspore.hal.device_count mindspore.hal.get_arch_list mindspore.hal.get_device_capability mindspore.hal.get_device_name mindspore.hal.get_device_properties mindspore.hal.is_available mindspore.hal.is_initialized Stream --------- .. msplatformautosummary:: :toctree: hal :nosignatures: :template: classtemplate.rst mindspore.hal.current_stream mindspore.hal.default_stream mindspore.hal.set_cur_stream mindspore.hal.synchronize mindspore.hal.Stream mindspore.hal.StreamCtx Event --------- .. msplatformautosummary:: :toctree: hal :nosignatures: :template: classtemplate.rst mindspore.hal.Event Memory ------------ .. msplatformautosummary:: :toctree: hal :nosignatures: :template: classtemplate.rst mindspore.hal.max_memory_allocated mindspore.hal.max_memory_reserved mindspore.hal.memory_allocated mindspore.hal.memory_reserved mindspore.hal.memory_stats mindspore.hal.memory_summary mindspore.hal.reset_max_memory_reserved mindspore.hal.reset_max_memory_allocated mindspore.hal.reset_peak_memory_stats mindspore.hal.empty_cache