Searched defs:DecRefCount (Results 1 – 12 of 12) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_native/ |
| D | delegate_allocator.h | 30 int DecRefCount(void *ptr, int ref_count) override { return 0; } in DecRefCount() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/providers/nnie/src/ |
| D | custom_allocator.h | 41 int DecRefCount(void *ptr, int ref_count) override { return 1; } in DecRefCount() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/ |
| D | dynamic_mem_allocator.cc | 56 int DynamicMemAllocator::DecRefCount(void *ptr, int ref_count) { in DecRefCount() function in mindspore::DynamicMemAllocator
|
| D | dynamic_mem_manager.cc | 289 int MemOperator::DecRefCount(void *ptr, int ref_count) { in DecRefCount() function in mindspore::MemOperator
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/ |
| D | runtime_allocator.h | 39 int DecRefCount(void *ptr, int ref_count) override { return 0; } in DecRefCount() function
|
| D | inner_allocator.cc | 152 int DefaultAllocator::DecRefCount(void *buf, int ref_count) { in DecRefCount() function in mindspore::DefaultAllocator
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/train/ |
| D | static_allocator.h | 27 int DecRefCount(void *ptr, int ref_count) override { return 0; } in DecRefCount() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/ |
| D | tensorlist.h | 162 void DecRefCount() override { in DecRefCount() function
|
| D | tensor.cc | 507 void Tensor::DecRefCount() { in DecRefCount() function in mindspore::lite::Tensor
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/providers/dpico/src/ |
| D | custom_allocator.cc | 164 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/ |
| D | nnrt_allocator.cc | 237 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/ |
| D | opencl_allocator.cc | 348 int OpenCLAllocator::DecRefCount(void *cl_buf, int ref_count) { in DecRefCount() function in mindspore::lite::opencl::OpenCLAllocator
|