Searched defs:SetRefCount (Results 1 – 10 of 10) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_native/ |
| D | delegate_allocator.h | 28 int SetRefCount(void *ptr, int ref_count) override { return 0; } in SetRefCount() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/providers/nnie/src/ |
| D | custom_allocator.h | 40 int SetRefCount(void *ptr, int ref_count) override { return ref_count; } in SetRefCount() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/ |
| D | dynamic_mem_allocator.cc | 42 int DynamicMemAllocator::SetRefCount(void *ptr, int ref_count) { in SetRefCount() function in mindspore::DynamicMemAllocator
|
| D | dynamic_mem_manager.cc | 267 int MemOperator::SetRefCount(void *ptr, int ref_count) { in SetRefCount() function in mindspore::MemOperator
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/ |
| D | runtime_allocator.h | 37 int SetRefCount(void *ptr, int ref_count) override { return 0; } in SetRefCount() function
|
| D | inner_allocator.cc | 122 int DefaultAllocator::SetRefCount(void *buf, int ref_count) { in SetRefCount() function in mindspore::DefaultAllocator
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/train/ |
| D | static_allocator.h | 26 int SetRefCount(void *ptr, int ref_count) override { return 0; } in SetRefCount() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/providers/dpico/src/ |
| D | custom_allocator.cc | 134 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/ |
| D | nnrt_allocator.cc | 223 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/ |
| D | opencl_allocator.cc | 318 int OpenCLAllocator::SetRefCount(void *cl_buf, int ref_count) { in SetRefCount() function in mindspore::lite::opencl::OpenCLAllocator
|