MCPcopy 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
50void Tensor::set_handle(std::unique_ptr<ITensorHandle> backend_tensor)
51{
52 _handle = std::move(backend_tensor);
53}
54
55ITensorHandle *Tensor::handle()
56{

Callers 4

configure_tensorFunction · 0.80
configure_all_tensorsFunction · 0.80
mutateMethod · 0.80
mutateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected