Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_native/
Ddelegate_allocator.h28 int SetRefCount(void *ptr, int ref_count) override { return 0; } in SetRefCount() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/providers/nnie/src/
Dcustom_allocator.h40 int SetRefCount(void *ptr, int ref_count) override { return ref_count; } in SetRefCount() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/
Ddynamic_mem_allocator.cc42 int DynamicMemAllocator::SetRefCount(void *ptr, int ref_count) { in SetRefCount() function in mindspore::DynamicMemAllocator
Ddynamic_mem_manager.cc267 int MemOperator::SetRefCount(void *ptr, int ref_count) { in SetRefCount() function in mindspore::MemOperator
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Druntime_allocator.h37 int SetRefCount(void *ptr, int ref_count) override { return 0; } in SetRefCount() function
Dinner_allocator.cc122 int DefaultAllocator::SetRefCount(void *buf, int ref_count) { in SetRefCount() function in mindspore::DefaultAllocator
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/train/
Dstatic_allocator.h26 int SetRefCount(void *ptr, int ref_count) override { return 0; } in SetRefCount() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/providers/dpico/src/
Dcustom_allocator.cc134 int CustomAllocator::SetRefCount(void *buf, int ref_count) { in SetRefCount() function in mindspore::lite::CustomAllocator
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/nnrt/
Dnnrt_allocator.cc223 int NNRTAllocator::SetRefCount(void *ptr, int ref_count) { in SetRefCount() function in mindspore::lite::NNRTAllocator
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/gpu/opencl/
Dopencl_allocator.cc318 int OpenCLAllocator::SetRefCount(void *cl_buf, int ref_count) { in SetRefCount() function in mindspore::lite::opencl::OpenCLAllocator