Searched refs:somas_reuse_util_ptr (Results 1 – 1 of 1) sorted by relevance
39 SomasPtr somas_reuse_util_ptr = std::make_shared<somas::Somas>(); in MallocSomasDynamicMem() local40 MS_EXCEPTION_IF_NULL(somas_reuse_util_ptr); in MallocSomasDynamicMem()41 somas_reuse_util_ptr_ = somas_reuse_util_ptr; in MallocSomasDynamicMem()43 if (!(somas_reuse_util_ptr->Allocate(&graph))) { in MallocSomasDynamicMem()47 size_t total_allocated_size = somas_reuse_util_ptr->GetTotalMemSize(); in MallocSomasDynamicMem()53 somas_reuse_util_ptr->set_mem_base_addr(base_ptr); in MallocSomasDynamicMem()