Home
last modified time | relevance | path

Searched refs:RESOLUTION_MULT_VAL (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h522 constexpr uint8 RESOLUTION_MULT_VAL = (1 << RESOLUTION); in ComputeLerp8x8() local
523 static const uint8x8_t RESOLUTION_MULT = vdup_n_u8(RESOLUTION_MULT_VAL); in ComputeLerp8x8()