Home
last modified time | relevance | path

Searched refs:alignment_to_use (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/
H A DTensorAllocator.cpp135 const size_t alignment_to_use = (alignment() != 0) ? alignment() : 64; in allocate() local
138 … _memory.set_owned_region(std::make_unique<MemoryRegion>(info().total_size(), alignment_to_use)); in allocate()
142 … _associated_memory_group->finalize_memory(_owner, _memory, info().total_size(), alignment_to_use); in allocate()