Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ set_handle
Method
set_handle
src/graph/Tensor.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void Tensor::set_handle(std::unique_ptr<ITensorHandle> backend_tensor)
51
{
52
_handle = std::move(backend_tensor);
53
}
54
55
ITensorHandle *Tensor::handle()
56
{
Callers
4
configure_tensor
Function · 0.80
configure_all_tensors
Function · 0.80
mutate
Method · 0.80
mutate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected