OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottom_left8x8
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
quantization_utils.h
508
const uint8x8_t
bottom_left8x8
,
519
vreinterpretq_s16_u16(vmull_u8(
bottom_left8x8
, RESOLUTION_MULT));
527
vreinterpretq_s16_u16(vsubl_u8(bottom_right8x8,
bottom_left8x8
));
[
all
...]
quantization_utils_test.cc
842
uint8x8_t
bottom_left8x8
= To8x8(bottom_left);
local
[
all
...]
Completed in 213 milliseconds