OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v_low
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
quantized_instance_norm.cc
69
const uint8x8_t
v_low
= vget_low_u8(v);
local
72
const uint16x8_t v_low_u16 = vmovl_u8(
v_low
);
166
const uint16x8_t
v_low
= vmovl_u8(vget_low_u8(v));
local
171
vcvtq_f32_u32(vmovl_u16(vget_high_u16(
v_low
))),
172
vcvtq_f32_u32(vmovl_u16(vget_low_u16(
v_low
)))};
222
const uint16x8_t
v_low
= vmovl_u8(vget_low_u8(v));
local
227
vcvtq_f32_u32(vmovl_u16(vget_high_u16(
v_low
))),
228
vcvtq_f32_u32(vmovl_u16(vget_low_u16(
v_low
)))};
/art/compiler/utils/x86/
assembler_x86.cc
3118
int32_t
v_low
= Low32Bits(v);
local
[
all
...]
/art/compiler/utils/x86_64/
assembler_x86_64.cc
3912
int32_t
v_low
= v;
local
[
all
...]
Completed in 421 milliseconds