Home
last modified time | relevance | path

Searched refs:weights_1 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/keras/
Dmetrics_correctness_test.py79 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,
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops.py1343 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(
/external/libaom/libaom/aom_dsp/x86/
Dintrapred_ssse3.c1393 const __m128i weights_1 = _mm_sub_epi16(d, weights_0); in load_weight_h_w4() local
1394 weights[0] = _mm_unpacklo_epi16(weights_0, weights_1); in load_weight_h_w4()