Home
last modified time | relevance | path

Searched defs:DecRefCount (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_native/
Ddelegate_allocator.h30 int DecRefCount(void *ptr, int ref_count) override { return 0; } in DecRefCount() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/providers/nnie/src/
Dcustom_allocator.h41 int DecRefCount(void *ptr, int ref_count) override { return 1; } in DecRefCount() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/
Ddynamic_mem_allocator.cc56 int DynamicMemAllocator::DecRefCount(void *ptr, int ref_count) { in DecRefCount() function in mindspore::DynamicMemAllocator
Ddynamic_mem_manager.cc289 int MemOperator::DecRefCount(void *ptr, int ref_count) { in DecRefCount() function in mindspore::MemOperator
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Druntime_allocator.h39 int DecRefCount(void *ptr, int ref_count) override { return 0; } in DecRefCount() function
Dinner_allocator.cc152 int DefaultAllocator::DecRefCount(void *buf, int ref_count) { in DecRefCount() function in mindspore::DefaultAllocator
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/train/
Dstatic_allocator.h27 int DecRefCount(void *ptr, int ref_count) override { return 0; } in DecRefCount() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/
Dtensorlist.h162 void DecRefCount() override { in DecRefCount() function
Dtensor.cc507 void Tensor::DecRefCount() { in DecRefCount() function in mindspore::lite::Tensor
/third_party/mindspore/mindspore-src/source/mindspore/lite/providers/dpico/src/
Dcustom_allocator.cc164 int CustomAllocator::DecRefCount(void *buf, int ref_count) { in DecRefCount() function in mindspore::lite::CustomAllocator
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/nnrt/
Dnnrt_allocator.cc237 int NNRTAllocator::DecRefCount(void *ptr, int ref_count) { in DecRefCount() function in mindspore::lite::NNRTAllocator
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/gpu/opencl/
Dopencl_allocator.cc348 int OpenCLAllocator::DecRefCount(void *cl_buf, int ref_count) { in DecRefCount() function in mindspore::lite::opencl::OpenCLAllocator