Searched refs:x_norm (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/ |
D | synthetic.py | 188 x_norm = np.max(np.abs(x)) 190 x, y = x / x_norm, y / y_norm 208 x_norm = np.max(np.abs(x)) 210 x, y = x / x_norm, y / y_norm 223 x_norm = np.max(np.abs(x)) 225 x, y = x / x_norm, y / y_norm
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | spl_sqrt.c | 135 int16_t x_norm, nshift, t16, sh; in WebRtcSpl_Sqrt() local 155 x_norm = (int16_t)(A >> 16); // x_norm = AH in WebRtcSpl_Sqrt() 160 A = (int32_t)WEBRTC_SPL_LSHIFT_W32((int32_t)x_norm, 16); in WebRtcSpl_Sqrt()
|
/external/tensorflow/tensorflow/contrib/solvers/python/kernel_tests/ |
D | util_test.py | 111 x_normalized, x_norm = util.l2normalize(x) 114 self.assertAllClose(x_norm.eval(), x_norm_np)
|
/external/tensorflow/tensorflow/lite/testing/ |
D | generate_examples.py | 1527 x_norm = tf.nn.batch_norm_with_global_normalization( 1533 out = tf.add(input_tensor, x_norm) 1565 [x_norm, _, _] = tf.nn.fused_batch_norm( 1571 out = tf.add(input_tensor, x_norm)
|