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

Method operator()

tests/SimpleTensor.h:443–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441
442template <typename T>
443const void *SimpleTensor<T>::operator()(const Coordinates &coord) const
444{
445 return _buffer.get() + coord2index(_shape, coord) * _num_channels;
446}
447
448template <typename T>
449void *SimpleTensor<T>::operator()(const Coordinates &coord)

Callers

nothing calls this directly

Calls 2

coord2indexFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected