/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_smooth_sse4.cc | 97 const __m128i& weights2, in WriteSmoothDirectionalSum16() argument 102 const __m128i weighted_px2 = _mm_mullo_epi16(pixels2, weights2); in WriteSmoothDirectionalSum16() 768 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights, 8)); in SmoothHorizontal16x4_SSE4_1() local 770 const __m128i inverted_weights2 = _mm_sub_epi16(scale, weights2); in SmoothHorizontal16x4_SSE4_1() 779 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1() 784 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1() 789 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1() 794 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1() 807 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights, 8)); in SmoothHorizontal16x8_SSE4_1() local 809 const __m128i inverted_weights2 = _mm_sub_epi16(scale, weights2); in SmoothHorizontal16x8_SSE4_1() [all …]
|
/external/tensorflow/tensorflow/python/keras/saving/ |
D | save_weights_test.py | 207 weights2 = hdf5_format.preprocess_weights_for_loading( 211 for (x, y) in zip(weights1, weights2)
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_bptc_tmp.h | 504 static const uint8_t weights2[] = { 0, 21, 43, 64 }; in interpolate() local 509 NULL, NULL, weights2, weights3, weights4 in interpolate()
|
/external/tensorflow/tensorflow/python/framework/ |
D | meta_graph_test.py | 368 weights2 = variables.Variable( 390 hidden2 = nn_ops.relu(math_ops.matmul(hidden1, weights2) + biases2)
|
/external/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 1407 static constexpr uint16_t weights2[] = { 0, 21, 43, 64 }; in interpolate() local 1412 nullptr, nullptr, weights2, weights3, weights4 in interpolate()
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 1242 static const deUint16 weights2[4] = { 0, 21, 43, 64 }; variable 1460 const deUint16* weights[] = {weights2, weights3, weights4}; in interpolate()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 516 int8x16_t weights2 = vld1q_s8(shuffled_weights_ptr + 32); in ShuffledFullyConnectedWorkerImpl() local 526 vmull_s8(vget_low_s8(weights2), vget_low_s8(input)); in ShuffledFullyConnectedWorkerImpl() 534 vmlal_s8(local_accum2, vget_high_s8(weights2), vget_high_s8(input)); in ShuffledFullyConnectedWorkerImpl() 597 int8x16_t weights2 = vld1q_s8(shuffled_weights_ptr + 32); in ShuffledFullyConnectedWorkerImpl() local 609 local_accum2 = vmull_s8(vget_low_s8(weights2), vget_low_s8(input##B)); \ in ShuffledFullyConnectedWorkerImpl() 616 vmlal_s8(local_accum2, vget_high_s8(weights2), vget_high_s8(input##B)); \ in ShuffledFullyConnectedWorkerImpl()
|
/external/tensorflow/tensorflow/python/training/ |
D | saver_test.py | 2702 weights2 = variables.VariableV1( 2721 hidden2 = nn_ops.relu(math_ops.matmul(hidden1, weights2) + biases2)
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 3061 Output weights2 = ops::Const(s.WithOpName("weights2"), in TEST_F() local 3073 ops::Conv2D(s.WithOpName("conv2"), input, weights2, {1, 1, 1, 1}, "SAME"); in TEST_F()
|