MCPcopy 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
61CLTensorAllocator *CLTensor::allocator()
62{
63 return &_allocator;
64}
65
66void CLTensor::map(bool blocking)
67{

Callers 15

configureMethod · 0.45
configure_layer_normMethod · 0.45
configure_mmMethod · 0.45
configureMethod · 0.45
prepareMethod · 0.45
configureMethod · 0.45
prepareMethod · 0.45
configureMethod · 0.45
runMethod · 0.45
prepareMethod · 0.45
configureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected