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

Method extract_accessor

src/graph/Tensor.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70std::unique_ptr<ITensorAccessor> Tensor::extract_accessor()
71{
72 return std::move(_accessor);
73}
74
75bool Tensor::call_accessor()
76{

Calls

no outgoing calls

Tested by

no test coverage detected