HomeSort by relevance Sort by last modified time
    Searched refs:num_rows (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/webrtc/webrtc/modules/audio_processing/beamformer/
complex_matrix.h 30 ComplexMatrix(size_t num_rows, size_t num_columns)
31 : Matrix<complex<T> >(num_rows, num_columns) {}
33 ComplexMatrix(const complex<T>* data, size_t num_rows, size_t num_columns)
34 : Matrix<complex<T> >(data, num_rows, num_columns) {}
39 size_t size = this->num_rows() * this->num_columns();
54 size_t num_rows = this->num_rows(); local
56 this->SetNumColumns(num_rows);
62 RTC_CHECK_EQ(operand.num_rows(), this->num_columns());
63 RTC_CHECK_EQ(operand.num_columns(), this->num_rows());
    [all...]
matrix_test_helpers.h 32 EXPECT_EQ(expected.num_rows(), actual.num_rows());
37 for (size_t i = 0; i < expected.num_rows(); ++i) {
46 EXPECT_EQ(expected.num_rows(), actual.num_rows());
51 for (size_t i = 0; i < expected.num_rows(); ++i) {
61 EXPECT_EQ(expected.num_rows(), actual.num_rows());
66 for (size_t i = 0; i < expected.num_rows(); ++i) {
82 EXPECT_EQ(expected.num_rows(), actual.num_rows())
    [all...]
matrix.h 70 Matrix(size_t num_rows, size_t num_columns)
71 : num_rows_(num_rows), num_columns_(num_columns) {
78 Matrix(const T* data, size_t num_rows, size_t num_columns)
80 CopyFrom(data, num_rows, num_columns);
93 void CopyFrom(const T* const data, size_t num_rows, size_t num_columns) {
94 Resize(num_rows, num_columns);
100 size_t num_rows) {
101 Resize(1, num_rows);
109 void Resize(size_t num_rows, size_t num_columns) {
110 if (num_rows != num_rows_ || num_columns != num_columns_)
118 size_t num_rows() const { return num_rows_; } function in class:webrtc::Matrix
    [all...]
covariance_matrix_generator.cc 30 RTC_CHECK_EQ(1u, x.num_rows());
46 RTC_CHECK_EQ(geometry.size(), mat->num_rows());
71 RTC_CHECK_EQ(geometry.size(), mat->num_rows());
97 RTC_CHECK_EQ(1u, mat->num_rows());
  /external/libmpeg2/decoder/
impeg2d_deinterlace.h 28 WORD32 num_rows);
  /external/libjpeg-turbo/simd/
jcsample.h 11 expand_right_edge (JSAMPARRAY image_data, int num_rows,
21 for (row = 0; row < num_rows; row++) {
jsimd.h 33 JDIMENSION output_row, int num_rows);
36 JDIMENSION output_row, int num_rows);
39 JDIMENSION output_row, int num_rows);
42 JDIMENSION output_row, int num_rows);
45 JDIMENSION output_row, int num_rows);
48 JDIMENSION output_row, int num_rows);
51 JDIMENSION output_row, int num_rows);
56 JDIMENSION output_row, int num_rows);
59 JDIMENSION output_row, int num_rows);
62 JDIMENSION output_row, int num_rows);
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/linalg/
linear_operator_identity_test.py 51 num_rows = shape[-1]
54 num_rows, batch_shape=batch_shape, dtype=dtype)
55 mat = linalg_ops.eye(num_rows, batch_shape=batch_shape, dtype=dtype)
67 operator = linalg_lib.LinearOperatorIdentity(num_rows=2)
72 operator = linalg_lib.LinearOperatorIdentity(num_rows=2)
77 operator = linalg_lib.LinearOperatorIdentity(num_rows=2)
85 num_rows=2, dtype=dtypes.float16)
92 linalg_lib.LinearOperatorIdentity(num_rows=[2])
96 linalg_lib.LinearOperatorIdentity(num_rows=2.)
100 linalg_lib.LinearOperatorIdentity(num_rows=-2
    [all...]
  /external/libjpeg-turbo/
jdpostct.c 133 JDIMENSION num_rows, max_rows; local
140 num_rows = 0;
143 post->buffer, &num_rows, max_rows);
146 post->buffer, output_buf + *out_row_ctr, (int) num_rows);
147 *out_row_ctr += num_rows;
165 JDIMENSION old_next_row, num_rows; local
183 num_rows = post->next_row - old_next_row;
185 (JSAMPARRAY) NULL, (int) num_rows);
186 *out_row_ctr += num_rows;
209 JDIMENSION num_rows, max_rows local
    [all...]
jdcolext.c 33 JSAMPARRAY output_buf, int num_rows)
49 while (--num_rows >= 0) {
86 JSAMPARRAY output_buf, int num_rows)
92 while (--num_rows >= 0) {
117 JSAMPARRAY output_buf, int num_rows)
124 while (--num_rows >= 0) {
jdcolor.c 256 JSAMPARRAY output_buf, int num_rows)
261 num_rows);
266 num_rows);
270 num_rows);
275 num_rows);
280 num_rows);
285 num_rows);
289 num_rows);
329 JSAMPARRAY output_buf, int num_rows)
339 while (--num_rows >= 0)
    [all...]
jccolor.c 236 JDIMENSION output_row, int num_rows)
241 num_rows);
246 num_rows);
250 num_rows);
255 num_rows);
260 num_rows);
265 num_rows);
269 num_rows);
285 JDIMENSION output_row, int num_rows)
290 num_rows);
    [all...]
jutils.c 96 int num_rows, JDIMENSION num_cols)
98 * num_rows rows are copied from input_array[source_row++]
110 for (row = num_rows; row > 0; row--) {
jsimd.h 24 JDIMENSION output_row, int num_rows);
27 JDIMENSION output_row, int num_rows);
30 JSAMPARRAY output_buf, int num_rows);
33 JSAMPARRAY output_buf, int num_rows);
36 JDIMENSION output_row, int num_rows);
jccolext.c 34 JDIMENSION output_row, int num_rows)
44 while (--num_rows >= 0) {
91 JDIMENSION output_row, int num_rows)
101 while (--num_rows >= 0) {
128 JDIMENSION output_row, int num_rows)
135 while (--num_rows >= 0) {
  /external/tensorflow/tensorflow/python/kernel_tests/
checkpoint_ops_test.py 141 num_rows=2,
156 num_rows=len(row_remapping),
171 num_rows=len(row_remapping),
186 num_rows=3,
197 num_rows = 7
198 initializing_values = [42] * num_rows * self.old_num_cols
202 row_remapping=[-1] * num_rows,
205 num_rows=num_rows,
209 np.reshape(initializing_values, (num_rows, self.old_num_cols))
    [all...]
  /frameworks/ml/nn/common/operations/
HashtableLookup.cpp 45 const int num_rows = value_->shape().dimensions[0]; local
46 const int row_bytes = sizeOfData(value_->type, value_->dimensions) / num_rows;
52 num_rows, sizeof(int), greater);
58 if (idx >= num_rows || idx < 0) {
  /external/tensorflow/tensorflow/core/kernels/
topk_op.h 33 const int64 num_rows, const int64 num_cols,
  /external/tensorflow/tensorflow/core/ops/
checkpoint_ops.cc 49 .Attr("num_rows: int >= 0")
63 int64 num_rows;
64 TF_RETURN_IF_ERROR(c->GetAttr("num_rows", &num_rows));
68 c->set_output(0, c->Matrix(num_rows, num_cols));
  /external/webp/src/dec/
alpha_dec.c 106 // Decodes, unfilters and dequantizes *at least* 'num_rows' rows of alpha
110 static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) {
122 for (y = 0; y < num_rows; ++y) {
129 for (y = 0; y < num_rows; ++y) {
139 if (!VP8LDecodeAlphaImageStream(alph_dec, row + num_rows)) {
144 if (row + num_rows >= height) {
179 int row, int num_rows) {
185 if (row < 0 || num_rows <= 0 || row + num_rows > height) {
202 num_rows = height - row; // decode everything in one pas
    [all...]
  /external/tensorflow/tensorflow/contrib/tpu/ops/
tpu_embedding_ops.cc 96 int64 num_rows = config.table_config(table_id).num_rows(); local
98 TF_RETURN_IF_ERROR(c->set_output("parameters", {c->Matrix(num_rows, width)}));
168 int64 num_rows = config.table_config(table_id).num_rows(); local
170 TF_RETURN_IF_ERROR(c->set_output("parameters", {c->Matrix(num_rows, width)}));
172 c->set_output("accumulators", {c->Matrix(num_rows, width)}));
  /external/libhevc/decoder/
ihevcd_fmt_conv.c 391 WORD32 num_rows, num_cols, src_strd, dst_strd; local
398 num_rows = ht;
404 for(i = 0; i < num_rows; i++)
415 num_rows = ht >> 1;
421 for(i = 0; i < num_rows; i++)
490 WORD32 num_rows, num_cols, src_strd, dst_strd; local
497 num_rows = ht;
503 for(i = 0; i < num_rows; i++)
514 num_rows = ht >> 1;
520 for(i = 0; i < num_rows; i++
603 WORD32 num_rows, num_cols, src_strd, dst_strd; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gemm_thunk.cc 39 num_rows(matrix_num_rows),
44 int64 num_rows; member in struct:xla::gpu::__anon38906::MatrixDescriptor
63 auto k = lhs_matrix.transpose ? lhs_matrix.num_rows : lhs_matrix.num_cols;
67 lhs_transpose, rhs_transpose, output_matrix.num_rows,
69 lhs_data, /*leading dim of LHS=*/lhs_matrix.num_rows, rhs_data,
70 /*leading dim of RHS=*/rhs_matrix.num_rows, /*beta=*/0.0,
71 &output_data, /*leading dim of output=*/output_matrix.num_rows)
106 auto k = lhs_matrix.transpose ? lhs_matrix.num_rows : lhs_matrix.num_cols;
110 lhs_transpose, rhs_transpose, output_matrix.num_rows,
112 lhs_data, /*leading dim of LHS=*/lhs_matrix.num_rows, rhs_data
    [all...]
  /external/tensorflow/tensorflow/contrib/cloud/python/ops/
bigquery_reader_ops_test.py 132 num_rows: num_rows in the underlying table served by this class.
135 num_rows = 0 variable in class:BigQueryRequestHandler
140 _SCHEMA["numRows"] = self.num_rows
197 def _ReadAndCheckRowsUsingFeatures(self, num_rows):
198 self.server.handler.num_rows = num_rows
223 for _ in range(num_rows):
241 self.assertItemsEqual(seen_rows, range(num_rows))
254 num_rows = 1
    [all...]
  /external/libmpeg2/common/
ideint.h 121 WORD32 num_rows);

Completed in 679 milliseconds

1 2 3 4 5 6