HomeSort by relevance Sort by last modified time
    Searched refs:top_left8x8 (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantization_utils.h 506 inline uint8x8_t ComputeLerp8x8(const uint8x8_t top_left8x8,
517 vreinterpretq_s16_u16(vmull_u8(top_left8x8, RESOLUTION_MULT));
522 vreinterpretq_s16_u16(vsubl_u8(top_right8x8, top_left8x8));
    [all...]
quantization_utils_test.cc 840 uint8x8_t top_left8x8 = To8x8(top_left); local
    [all...]

Completed in 364 milliseconds