MCPcopy 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
65ITensorAccessor *Tensor::accessor()
66{
67 return _accessor.get();
68}
69
70std::unique_ptr<ITensorAccessor> Tensor::extract_accessor()
71{

Calls 1

getMethod · 0.45

Tested by

no test coverage detected