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

Method get

arm_compute/core/PixelValue.h:232–235  ·  view source on GitHub ↗

Interpret the pixel value as a U8 * * @param[out] v Returned value */

Source from the content-addressed store, hash-verified

230 * @param[out] v Returned value
231 */
232 void get(uint8_t &v) const
233 {
234 v = value.u8;
235 }
236 /** Interpret the pixel value as a S8
237 *
238 * @param[out] v Returned value

Callers 6

string_with_formatFunction · 0.45
MemoryRegionMethod · 0.45
bufferMethod · 0.45
do_mapMethod · 0.45
do_unmapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected