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

Method PixelValue

arm_compute/core/PixelValue.h:43–45  ·  view source on GitHub ↗

Default constructor: value initialized to 0 */

Source from the content-addressed store, hash-verified

41public:
42 /** Default constructor: value initialized to 0 */
43 PixelValue() noexcept : value{int64_t(0)}
44 {
45 }
46 /** Initialize the union with a pixel value of chosen datatype
47 *
48 * @param[in] v value.

Callers

nothing calls this directly

Calls 6

quantize_qasymm8_signedFunction · 0.85
quantize_qsymm8Function · 0.85
quantize_qasymm16Function · 0.85
quantize_qsymm16Function · 0.85
QuantizationInfoClass · 0.70
quantize_qasymm8Function · 0.70

Tested by

no test coverage detected