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

  /external/tensorflow/tensorflow/core/kernels/
quantized_instance_norm.cc 68 const uint8x8_t v_high = vget_high_u8(v); local
71 const uint16x8_t v_high_u16 = vmovl_u8(v_high);
165 const uint16x8_t v_high = vmovl_u8(vget_high_u8(v)); local
169 vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_high))),
170 vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_high))),
221 const uint16x8_t v_high = vmovl_u8(vget_high_u8(v)); local
225 vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_high))),
226 vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_high))),
  /art/compiler/utils/x86/
assembler_x86.cc 3119 int32_t v_high = High32Bits(v); local
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 3913 int32_t v_high = v >> 32; local
    [all...]

Completed in 241 milliseconds