HomeSort by relevance Sort by last modified time
    Searched refs:b_2 (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
sad_neon.c 272 const uint8x16_t b_2 = vld1q_u8(ref_ptr + 32); local
280 abs_1 = vabal_u8(abs_1, vget_low_u8(a_2), vget_low_u8(b_2));
281 abs_1 = vabal_u8(abs_1, vget_high_u8(a_2), vget_high_u8(b_2));
307 const uint8x16_t b_2 = vld1q_u8(ref_ptr + 32); local
315 const uint8x16_t avg_2 = vrhaddq_u8(b_2, c_2);
  /external/tensorflow/tensorflow/python/keras/engine/
topology_test.py 200 b_2 = dense(b)
205 self.assertEqual(dense.get_output_at(1), b_2)
231 b_2 = dense(b)
238 b_2 = dense(b)
398 b_2 = dense(b)
421 self.assertEqual(dense.get_output_at(1), b_2)
440 b_2 = dense(b)
442 merged = keras.layers.concatenate([a_2, b_2], name='merge')
512 b_2 = dense(b)
513 merged = keras.layers.concatenate([a_2, b_2], name='merge'
    [all...]
training_test.py     [all...]
  /external/tensorflow/tensorflow/python/framework/
ops_test.py     [all...]

Completed in 1124 milliseconds