Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ accessor
Method
accessor
src/graph/Tensor.cpp:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
ITensorAccessor *Tensor::accessor()
66
{
67
return _accessor.get();
68
}
69
70
std::unique_ptr<ITensorAccessor> Tensor::extract_accessor()
71
{
Callers
7
fuse_convolution_with_batch_normalization
Function · 0.80
fuse_depthwise_convolution_with_batch_normalization
Function · 0.80
fuse_node_with_activation
Function · 0.80
fuse_pad_with_convolution
Function · 0.80
try_in_place_depthwiseconv
Function · 0.80
try_in_place_elementwise
Function · 0.80
mutate
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected