Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
TensorAllocator *Tensor::allocator()
48
{
49
return &_allocator;
50
}
51
52
void Tensor::associate_memory_group(IMemoryGroup *memory_group)
53
{
Callers
15
init_image
Method · 0.45
NumPyAccessor
Method · 0.45
init_tensor
Method · 0.45
init_sgemm_output
Function · 0.45
run
Method · 0.45
release
Method · 0.45
run
Method · 0.45
release
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
ClTensor
Method · 0.45
allocate
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_float_sqrt_boundary_value
Function · 0.36
test_specific_case_int8
Function · 0.36