Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ allocator
Method
allocator
src/runtime/CL/CLTensor.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
CLTensorAllocator *CLTensor::allocator()
62
{
63
return &_allocator;
64
}
65
66
void CLTensor::map(bool blocking)
67
{
Callers
15
configure
Method · 0.45
configure_reflect_symmetric_mode
Method · 0.45
configure_layer_norm
Method · 0.45
configure_mm
Method · 0.45
configure
Method · 0.45
prepare
Method · 0.45
configure
Method · 0.45
prepare
Method · 0.45
configure
Method · 0.45
run
Method · 0.45
prepare
Method · 0.45
configure
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected