Home
last modified time | relevance | path

Searched defs:SetRefCount (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/src/train/
Dstatic_allocator.h26 int SetRefCount(void *ptr, int ref_count) override { return 0; } in SetRefCount() function
/third_party/mindspore/mindspore/lite/src/runtime/
Dinner_allocator.cc123 int DefaultAllocator::SetRefCount(void *buf, int ref_count) { in SetRefCount() function in mindspore::DefaultAllocator
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_allocator.cc314 int OpenCLAllocator::SetRefCount(void *buf, int ref_count) { in SetRefCount() function in mindspore::lite::opencl::OpenCLAllocator