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

Method handle

src/graph/Tensor.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55ITensorHandle *Tensor::handle()
56{
57 return _handle.get();
58}
59
60void Tensor::set_accessor(std::unique_ptr<ITensorAccessor> accessor)
61{

Callers 13

get_backing_tensor_infoFunction · 0.80
get_backing_tensorFunction · 0.80
execute_taskFunction · 0.80
configure_tensorFunction · 0.80
configure_all_tensorsFunction · 0.80
allocate_all_tensorsFunction · 0.80
release_unused_tensorsFunction · 0.80
get_const_handlesFunction · 0.80
get_transition_handlesFunction · 0.80
mutateMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected