Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ associate_memory_group
Method
associate_memory_group
src/runtime/Tensor.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void Tensor::associate_memory_group(IMemoryGroup *memory_group)
53
{
54
_allocator.set_associated_memory_group(memory_group);
55
}
56
} // namespace arm_compute
Callers
1
manage
Method · 0.45
Calls
1
set_associated_memory_group
Method · 0.45
Tested by
no test coverage detected