Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/train/
Dstatic_allocator.h28 int IncRefCount(void *ptr, int ref_count) override { return 0; } in IncRefCount() function
/third_party/mindspore/mindspore/lite/src/
Dtensorlist.h130 void IncRefCount() override { in IncRefCount() function
Dtensor.cc352 void Tensor::IncRefCount() { in IncRefCount() function in mindspore::lite::Tensor
/third_party/mindspore/mindspore/lite/src/runtime/
Dinner_allocator.cc138 int DefaultAllocator::IncRefCount(void *buf, int ref_count) { in IncRefCount() function in mindspore::DefaultAllocator
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_allocator.cc329 int OpenCLAllocator::IncRefCount(void *buf, int ref_count) { in IncRefCount() function in mindspore::lite::opencl::OpenCLAllocator