Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/train/
Dstatic_allocator.h27 int DecRefCount(void *ptr, int ref_count) override { return 0; } in DecRefCount() function
/third_party/mindspore/mindspore/lite/src/
Dtensorlist.h139 void DecRefCount() override { in DecRefCount() function
Dtensor.cc356 void Tensor::DecRefCount() { in DecRefCount() function in mindspore::lite::Tensor
/third_party/mindspore/mindspore/lite/src/runtime/
Dinner_allocator.cc153 int DefaultAllocator::DecRefCount(void *buf, int ref_count) { in DecRefCount() function in mindspore::DefaultAllocator
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_allocator.cc344 int OpenCLAllocator::DecRefCount(void *buf, int ref_count) { in DecRefCount() function in mindspore::lite::opencl::OpenCLAllocator