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

Method ptr_to_element

arm_compute/core/ITensor.h:67–70  ·  view source on GitHub ↗

Return a pointer to the element at the passed coordinates * * @param[in] id Coordinates of the element * * @return Pointer to the requested element */

Source from the content-addressed store, hash-verified

65 * @return Pointer to the requested element
66 */
67 inline uint8_t *ptr_to_element(const Coordinates &id) const
68 {
69 return buffer() + info()->offset_element_in_bytes(id);
70 }
71
72 /** Copy the content of another tensor.
73 *

Callers 15

preprocess_typedMethod · 0.80
fillMethod · 0.80
fill_tensorMethod · 0.80
TensorAccessorMethod · 0.80
prepareMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
run_pad_constantMethod · 0.80

Calls 2

infoClass · 0.85

Tested by

no test coverage detected