Searched refs:n_cols (Results 1 – 8 of 8) sorted by relevance
/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/ |
D | tensor.hpp | 39 int n_batches, n_rows, n_cols, n_channels; member 46 const int n_cols, in Tensor4DShape() 51 n_cols(n_cols), in Tensor4DShape() 61 return ((n*this->n_rows + i)*this->n_cols + j)*this->n_channels + c; in index() 65 return ((n*this->n_channels + c)*this->n_rows + i)*this->n_cols + j; in index() 71 return n_batches * n_rows * n_cols * n_channels; in size() 78 n_cols == other.n_cols && in TestEq() 92 int n_output_channels, n_rows, n_cols, n_input_channels; member 98 const int n_cols, in KernelShape() 103 n_cols(n_cols), in KernelShape() [all …]
|
D | shims.hpp | 56 const int n_cols, 88 const int n_cols, 109 const int n_cols, 127 const int n_cols, 148 const int n_cols, in nchw_to_nhwc() argument 160 in_row_stride = (in_row_stride) ? in_row_stride : n_cols; in nchw_to_nhwc() 167 out_row_stride = (out_row_stride) ? out_row_stride : n_cols * out_col_stride; in nchw_to_nhwc() 182 int j = 0, j_remaining = n_cols; in nchw_to_nhwc() 268 const int n_cols, in nchw_to_nhwc() argument 280 n_batches, n_channels, n_rows, n_cols, in nchw_to_nhwc() [all …]
|
/external/ComputeLibrary/src/cpu/kernels/ |
D | CpuPermuteKernel.cpp | 155 int n_cols = 0; in run_permute() local 167 n_cols = src->info()->tensor_shape().x(); in run_permute() 179 n_cols = window_src.y().step(); in run_permute() 202 n_batches, n_channels, n_rows, n_cols, in run_permute() 219 n_batches, n_rows, n_cols, n_channels, in run_permute()
|
/external/ComputeLibrary/src/cpu/operators/ |
D | CpuWinogradConv2d.cpp | 100 …rm_conv::Shape2D{ static_cast<uint32_t>(in_shape.n_rows), static_cast<uint32_t>(in_shape.n_cols) }, in get_winograd_kernel_implementation() 104 …_conv::Shape2D{ static_cast<uint32_t>(out_shape.n_rows), static_cast<uint32_t>(out_shape.n_cols) }, in get_winograd_kernel_implementation() 106 …:Shape2D{ static_cast<uint32_t>(kernel_shape.n_rows), static_cast<uint32_t>(kernel_shape.n_cols) }, in get_winograd_kernel_implementation() 176 …MSG_VAR(!success, "Unsupported kernel size: %d x %d.\n", kernel_shape.n_rows, kernel_shape.n_cols); in configure() 309 …success == false, "Unsupported kernel size: %d x %d.\n", kernel_shape.n_rows, kernel_shape.n_cols); in validate()
|
/external/libaom/av1/encoder/ |
D | sparse_linear_solver.h | 29 int n_cols; member
|
D | sparse_linear_solver.c | 38 sm->n_cols = num_cols; in av1_init_sparse_mtx() 82 sm->n_cols = new_n_cols; in av1_init_combine_sparse_mtx() 116 sm->n_cols = 0; in av1_free_sparse_mtx_elems()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.hpp | 2645 std::string getMatrixInitializer(glw::GLuint n_cols, glw::GLuint n_rows);
|
D | gl4cShadingLanguage420PackTests.cpp | 15650 std::string LengthOfVectorAndMatrixTest::getMatrixInitializer(GLuint n_cols, GLuint n_rows) in getMatrixInitializer() argument 15656 for (GLuint col = 0; col < n_cols; ++col) in getMatrixInitializer() 15660 if (col + 1 < n_cols) in getMatrixInitializer()
|