Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
uint8_t *Tensor::buffer() const
43
{
44
return _allocator.data();
45
}
46
47
TensorAllocator *Tensor::allocator()
48
{
Callers
11
access_predictions_tensor
Method · 0.45
fill
Method · 0.45
fill_tensor
Method · 0.45
draw_detection_rectangle
Function · 0.45
map
Method · 0.45
data
Method · 0.45
set_associated_memory_group
Method · 0.45
lock
Method · 0.45
call_accessor
Method · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
data
Method · 0.45
Tested by
no test coverage detected