MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / operator()

Method operator()

tests/RawTensor.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57const void *RawTensor::operator()(const Coordinates &coord) const
58{
59 return _buffer.get() + coord2index(_shape, coord) * element_size();
60}
61
62void *RawTensor::operator()(const Coordinates &coord)
63{

Callers

nothing calls this directly

Calls 2

coord2indexFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected