MCPcopy 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
52void Tensor::associate_memory_group(IMemoryGroup *memory_group)
53{
54 _allocator.set_associated_memory_group(memory_group);
55}
56} // namespace arm_compute

Callers 1

manageMethod · 0.45

Calls 1

Tested by

no test coverage detected