MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / allocator

Method allocator

src/runtime/Tensor.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47TensorAllocator *Tensor::allocator()
48{
49 return &_allocator;
50}
51
52void Tensor::associate_memory_group(IMemoryGroup *memory_group)
53{

Callers 15

init_imageMethod · 0.45
NumPyAccessorMethod · 0.45
init_tensorMethod · 0.45
init_sgemm_outputFunction · 0.45
runMethod · 0.45
releaseMethod · 0.45
runMethod · 0.45
releaseMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
ClTensorMethod · 0.45
allocateMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_specific_case_int8Function · 0.36