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

Method buffer

src/runtime/Tensor.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42uint8_t *Tensor::buffer() const
43{
44 return _allocator.data();
45}
46
47TensorAllocator *Tensor::allocator()
48{

Callers 11

fillMethod · 0.45
fill_tensorMethod · 0.45
draw_detection_rectangleFunction · 0.45
mapMethod · 0.45
dataMethod · 0.45
lockMethod · 0.45
call_accessorMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected