Searched defs:DecRefCount (Results 1 – 5 of 5) sorted by relevance
| /third_party/mindspore/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/lite/src/ | ||
| D | tensorlist.h | 139 void DecRefCount() override { in DecRefCount() function |
| D | tensor.cc | 356 void Tensor::DecRefCount() { in DecRefCount() function in mindspore::lite::Tensor |
| /third_party/mindspore/mindspore/lite/src/runtime/ | ||
| D | inner_allocator.cc | 153 int DefaultAllocator::DecRefCount(void *buf, int ref_count) { in DecRefCount() function in mindspore::DefaultAllocator |
| /third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ | ||
| D | opencl_allocator.cc | 344 int OpenCLAllocator::DecRefCount(void *buf, int ref_count) { in DecRefCount() function in mindspore::lite::opencl::OpenCLAllocator |