Searched refs:weights_0 (Results 1 – 2 of 2) sorted by relevance
1339 weights_0 = ordered_weights * math_ops.cast(1347 auc_0 = (math_ops.reduce_sum(weights_0 * (1. - placement_values_0)) /1356 weights_0 * math_ops.square(1. - placement_values_0 - auc_0)) /
1391 const __m128i weights_0 = _mm_unpacklo_epi8(t, zero); in load_weight_h_w4() local1393 const __m128i weights_1 = _mm_sub_epi16(d, weights_0); in load_weight_h_w4()1394 weights[0] = _mm_unpacklo_epi16(weights_0, weights_1); in load_weight_h_w4()