Home
last modified time | relevance | path

Searched refs:rtMemGetInfoEx (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_memory_manager.cc40 rtError_t ret = rtMemGetInfoEx(RT_MEMORYINFO_HBM, &free, &total); in GetDeviceHBMSize()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc207 RTS_API rtError_t rtMemGetInfoEx(rtMemInfoType_t memInfoType, size_t *free, size_t *total) { return… in rtMemGetInfoEx() function