Home
last modified time | relevance | path

Searched refs:rtMemset (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_memory_pool.cc110 (void)rtMemset(it.second->device_addr_, it.first, 0, it.first); in ResetIdleMemBuf()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc38 rtError_t rtMemset(void *devPtr, uint64_t destMax, uint32_t value, uint64_t count) { return RT_ERRO… in rtMemset() function
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc138 rtMemset(offset_addr_, sizeof(int), 0, sizeof(int)); in MallocConstantMemory()