Home
last modified time | relevance | path

Searched refs:out_2 (Results 1 – 11 of 11) sorted by relevance

/external/libopus/silk/
Dana_filt_bank_1.c48 opus_int32 in32, X, Y, out_1, out_2; in silk_ana_filt_bank_1() local
67 out_2 = silk_ADD32( S[ 1 ], X ); in silk_ana_filt_bank_1()
71 outL[ k ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( silk_ADD32( out_2, out_1 ), 11 ) ); in silk_ana_filt_bank_1()
72 outH[ k ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( silk_SUB32( out_2, out_1 ), 11 ) ); in silk_ana_filt_bank_1()
/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct_neon.c59 int16x4_t out_2 = vrshrn_n_s32(temp2, DCT_CONST_BITS); in vpx_fdct4x4_neon() local
73 transpose_s16_4x4d(&out_0, &out_1, &out_2, &out_3); in vpx_fdct4x4_neon()
77 input_2 = out_2; in vpx_fdct4x4_neon()
Dfwd_txfm_neon.c33 int16x8_t out_0, out_1, out_2, out_3, out_4, out_5, out_6, out_7; in vpx_fdct8x8_neon() local
74 out_2 = vcombine_s16(e, g); // 20 21 22 23 60 61 62 63 in vpx_fdct8x8_neon()
142 vtrnq_s32(vreinterpretq_s32_s16(out_0), vreinterpretq_s32_s16(out_2)); in vpx_fdct8x8_neon()
/external/tensorflow/tensorflow/python/keras/layers/
Dlocal_test.py280 out_2 = model_2.call(inputs)
281 self.assertAllCloseAccordingToType(out_1, out_2,
296 out_2 = model_2.call(inputs)
298 out_1, out_2, atol=2e-4)
Dwrappers_test.py258 out_2 = time_dist(ph_2)
259 self.assertEqual(out_2.shape.as_list(), [None, 1, 5])
/external/libaom/libaom/aom_dsp/arm/
Dfwd_txfm_neon.c30 int16x8_t out_0, out_1, out_2, out_3, out_4, out_5, out_6, out_7; in aom_fdct8x8_neon() local
71 out_2 = vcombine_s16(e, g); // 20 21 22 23 60 61 62 63 in aom_fdct8x8_neon()
137 vtrnq_s32(vreinterpretq_s32_s16(out_0), vreinterpretq_s32_s16(out_2)); in aom_fdct8x8_neon()
/external/tensorflow/tensorflow/python/keras/
Dmetrics_correctness_test.py41 out_2 = layers.Dense(
45 branch_b = [inp_2, x, out_2]
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_test.py1103 out_2 = keras.layers.Dense(3, activation='softmax', name='dense_2')(out_1)
1104 model = keras.models.Model(inputs=[inp], outputs=[out_1, out_2])
1568 out_2 = model.predict(x)
1569 self.assertAllClose(out, out_2)
1578 out_2 = model.predict(x)
1579 self.assertAllClose(out, out_2)
2340 out_2 = keras.layers.Dense(
2344 branch_b = [inp_2, x, out_2]
2413 out_2 = keras.layers.Dense(1, activation='sigmoid', name='output_2')(x)
2414 model = keras.models.Model(inp, [out_1, out_2])
/external/libhevc/common/arm/
Dihevc_resi_trans_neon.c83 int16x4_t out_0, out_1, out_2, out_3; in ihevc_resi_trans_4x4_neon() local
161 out_2 = vrshrn_n_s32(temp2, 9); in ihevc_resi_trans_4x4_neon()
166 vst1_s16(pi2_dst + 2 * dst_strd, out_2); in ihevc_resi_trans_4x4_neon()
/external/tensorflow/tensorflow/python/kernel_tests/
Darray_ops_test.py1347 out_2 = array_ops.unravel_index(indices_2, dims_2)
1348 self.assertAllEqual(out_2.eval(), [[3], [1], [4], [1]])
/external/tensorflow/tensorflow/python/framework/
Dops_test.py932 out_2 = _apply_op(
939 out_2.op.node_def)