Searched refs:mAllocator (Results 1 – 2 of 2) sorted by relevance
459 mAllocator = nullptr; in finish()461 mAllocator = *devices.begin(); in finish()462 VLOG(MEMORY) << "Using " << mAllocator->getName() << " as allocator."; in finish()465 mAllocator = nullptr; in finish()495 if (mAllocator != nullptr) { in allocate()496 std::tie(n, memory) = mAllocator->allocate(mDesc, mOperand->type); in allocate()
254 const Device* mAllocator = nullptr; variable