Searched refs:halfs (Results 1 – 3 of 3) sorted by relevance
69 Eigen::Tensor<Eigen::half, 1> halfs = floats.cast<Eigen::half>(); in test_fallback_conversion() local70 Eigen::Tensor<float, 1> conv = halfs.cast<float>(); in test_fallback_conversion()
770 auto halfs = vld4_f16((const float16_t*)ptr); in STAGE() local771 r = vcvt_f32_f16(halfs.val[0]); in STAGE()772 g = vcvt_f32_f16(halfs.val[1]); in STAGE()773 b = vcvt_f32_f16(halfs.val[2]); in STAGE()774 a = vcvt_f32_f16(halfs.val[3]); in STAGE()917 float16x4x4_t halfs = {{ in STAGE() local923 vst4_f16((float16_t*)ptr, halfs); in STAGE()
7 ; (Specifically, there were reviewer questions about the lowering for halfs