Searched refs:weights_1 (Results 1 – 3 of 3) sorted by relevance
79 self.weights_1 = np.asarray([2., 3., 4., 5.])141 'output_1': self.weights_1,155 'output_1': self.weights_1,173 'output_1': self.weights_1,182 'output_1': self.weights_1,
1343 weights_1 = ordered_weights * math_ops.cast(1349 auc_1 = (math_ops.reduce_sum(weights_1 * (placement_values_1)) /1359 math_ops.reduce_sum(weights_1 * math_ops.squared_difference(
1393 const __m128i weights_1 = _mm_sub_epi16(d, weights_0); in load_weight_h_w4() local1394 weights[0] = _mm_unpacklo_epi16(weights_0, weights_1); in load_weight_h_w4()