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

  /external/harfbuzz_ng/util/
ansi-print.cc 233 unsigned int row_sum[CELL_H] = {0};
245 row_sum[y] += c;
257 row_sum[i] += row_sum[i - 1];
288 s = row_sum[i] + total_i - row_sum_i[i];
294 s = row_sum_i[i] + total - row_sum[i];
  /external/tensorflow/tensorflow/python/kernel_tests/
reduction_ops_test_big.py 63 row_sum = np.ones([size_x], dtype=np.float32) * size_y
73 self.assertAllClose(row_sum, tf_out_row)
149 row_sum = np.ones([size_x], dtype=np.bool)
159 self.assertAllClose(row_sum, tf_out_row)
reduction_ops_test.py 234 row_sum = np.sum(arr, axis=1)
241 self.assertAllClose(row_sum, tf_out_row)
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 2099 int32 row_sum[4] = {0, 0, 0, 0}; local
    [all...]
  /external/libyuv/files/source/
row_common.cc 2075 int32 row_sum[4] = {0, 0, 0, 0}; local
    [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]

Completed in 2134 milliseconds