Searched defs:IncRefCount (Results 1 – 5 of 5) sorted by relevance
| /third_party/mindspore/mindspore/lite/src/train/ | ||
| D | static_allocator.h | 28 int IncRefCount(void *ptr, int ref_count) override { return 0; } in IncRefCount() function |
| /third_party/mindspore/mindspore/lite/src/ | ||
| D | tensorlist.h | 130 void IncRefCount() override { in IncRefCount() function |
| D | tensor.cc | 352 void Tensor::IncRefCount() { in IncRefCount() function in mindspore::lite::Tensor |
| /third_party/mindspore/mindspore/lite/src/runtime/ | ||
| D | inner_allocator.cc | 138 int DefaultAllocator::IncRefCount(void *buf, int ref_count) { in IncRefCount() function in mindspore::DefaultAllocator |
| /third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ | ||
| D | opencl_allocator.cc | 329 int OpenCLAllocator::IncRefCount(void *buf, int ref_count) { in IncRefCount() function in mindspore::lite::opencl::OpenCLAllocator |